Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik committed Aug 26, 2024
1 parent fd4199e commit 4213330
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 @@ -633,7 +633,7 @@ public function job_dashboard_date_column_expires( $job ) {
* @output string
*/
public function job_dashboard_title_column_status( $job ) {
__deprecated_function( __METHOD__, '$$next-version$$', 'Job_Dashboard_Shortcode::the_job_status' );
_deprecated_function( __METHOD__, '$$next-version$$', 'Job_Dashboard_Shortcode::the_job_status' );
Job_Dashboard_Shortcode::instance()->the_status( $job );
}

Expand Down

0 comments on commit 4213330

Please sign in to comment.