Make WordPress Core


Ignore:
Timestamp:
11/02/2011 08:14:10 PM (13 years ago)
Author:
nacin
Message:

s/add_help_sidebar/set_help_sidebar/g and introduce screen->remove_help_tab($id) and screen->remove_help_tabs(). see #19020, #18785.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r19111 r19119  
    452452add_contextual_help($current_screen, $help);
    453453
    454 get_current_screen()->add_help_sidebar(
     454get_current_screen()->set_help_sidebar(
    455455    '<p><strong>' . __('For more information:') . '</strong></p>' .
    456456    '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.