Skip to content

Commit

Permalink
Merge pull request #1386 from jonasvogel/job_dashboard_do_action
Browse files Browse the repository at this point in the history
Add additional arg to job dashboard action hook to provide more context
  • Loading branch information
jom authored Apr 12, 2018
2 parents c68d1cb + 72935f2 commit 701f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wp-job-manager-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function job_dashboard_handler() {

break;
default :
do_action( 'job_manager_job_dashboard_do_action_' . $action );
do_action( 'job_manager_job_dashboard_do_action_' . $action, $job_id );
break;
}

Expand Down

0 comments on commit 701f372

Please sign in to comment.