Use 3.3 help API on edit tags page. props Ipstenu, see #19020.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-11-29 17:37:04 +00:00
parent 0575de32a7
commit fcdf942e04

View File

@ -221,7 +221,11 @@ if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $t
'</ul>' .
'<p>' . __( '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.' ) . '</p>';
add_contextual_help($current_screen, $help);
get_current_screen()->add_help_tab( array(
'id' => 'help-overview',
'title' => __('Overview'),
'content' => $help,
) );
$help = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';