Make WordPress Core


Ignore:
Timestamp:
11/02/2011 09:32:16 PM (14 years ago)
Author:
nacin
Message:

More s/add_help_sidebar/set_help_sidebar/. fixes #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r19114 r19122  
    3232add_contextual_help($current_screen, $help);
    3333
    34 get_current_screen()->add_help_sidebar(
     34get_current_screen()->set_help_sidebar(
    3535    '<p><strong>' . __('For more information:') . '</strong></p>' .
    3636    '<p>' . __('<a href="http://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.