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

    r19114 r19122  
    4343);
    4444
    45 get_current_screen()->add_help_sidebar(
     45get_current_screen()->set_help_sidebar(
    4646    '<p><strong>' . __('For more information:') . '</strong></p>' .
    4747    '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.