Good Job
-
Hi! Thanks for the plugin.
But I found a little problem, in better-admin-help-tabs.php line 234 you can find:
$qargs = array( 'post_type' => 'sbah_helptab', 'posts_per_page' => '-1', 'meta_query' => array( array( 'key' => '_sbah_screen_text', 'value' => $idofscreen, 'compare' => 'like', // <= the problem ) ) );
so edit-{post_type} and {post_type} are showing the same tabs
$qargs = array( 'post_type' => 'sbah_helptab', 'posts_per_page' => '-1', 'meta_query' => array( array( 'key' => '_sbah_screen_text', 'value' => $idofscreen, 'compare' => '=', // <= :) ) ) );
English is not my mother tongue; please excuse any errors on my part.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Good Job’ is closed to new replies.