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/index.php

    r18911 r19114  
    2727    '<ul><li>' . __('Site Admin is now Super Admin (we highly encourage you to get yourself a cape!).') . '</li>' .
    2828    '<li>' . __('Blogs are now called Sites; Site is now called Network.') . '</li></ul>' .
    29     '<p>' . __('The Right Now box provides the network administrator with links to the screens to either create a new site or user, or to search existing users and sites. Screens for Sites and Users are also accessible through the left-hand navigation in the Network Admin section.') . '</p>' .
     29    '<p>' . __('The Right Now box provides the network administrator with links to the screens to either create a new site or user, or to search existing users and sites. Screens for Sites and Users are also accessible through the left-hand navigation in the Network Admin section.') . '</p>'
     30);
     31
     32get_current_screen()->add_help_sidebar(
    3033    '<p><strong>' . __('For more information:') . '</strong></p>' .
    3134    '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin" target="_blank">Documentation on the Network Admin</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.