All Topics
Hard coded text
Come on guys, i’m at version 3.5.2 and there’s still some hard coded text in the php files. At least one, but one very annoying when you got picky clients, the ‘All’ term used in the selects to filter the columns.
model.php line 430:
if ( ! $top_label ) {
$top_label = sprintf( __( 'All %s', 'cpac' ), $column->options->label );
}
Please fix asap.
You must be logged in to reply to this topic.