Make WordPress Core


Ignore:
Timestamp:
11/02/2011 05:33:53 AM (14 years ago)
Author:
ryan
Message:

Use add_help_sidebar(). see #19020

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-new.php

    r19028 r19114  
    1919add_contextual_help($current_screen,
    2020    '<p>' . __('This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.') . '</p>' .
    21     '<p>' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '</p>' .
     21    '<p>' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '</p>'
     22);
     23
     24get_current_screen()->add_help_sidebar(
    2225    '<p><strong>' . __('For more information:') . '</strong></p>' .
    2326    '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screens" target="_blank">Documentation on Site Management</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.