Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Jul 29, 2020
1 parent f37bdd6 commit 44b0aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPT_Columns.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function do_column( $post_id, $column, $column_name ) {
echo $column[ 'callback' ] . ' is not a callable object!';
}
} else {
echo 'The \'callback\' parameter is not define!';
echo 'The \'callback\' parameter is not defined!';
}
break;
}
Expand Down

0 comments on commit 44b0aac

Please sign in to comment.