diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 5c12429d89..9ff264818a 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -221,7 +221,11 @@ if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $t '' . '

' . __( 'You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.' ) . '

'; - add_contextual_help($current_screen, $help); + get_current_screen()->add_help_tab( array( + 'id' => 'help-overview', + 'title' => __('Overview'), + 'content' => $help, + ) ); $help = '

' . __( 'For more information:' ) . '

';