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-install.php

    r19114 r19122  
    4545add_contextual_help($current_screen, $help);
    4646
    47 get_current_screen()->add_help_sidebar(
     47get_current_screen()->set_help_sidebar(
    4848    '<p><strong>' . __('For more information:') . '</strong></p>' .
    4949    '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.