Make WordPress Core


Ignore:
Timestamp:
12/16/2010 06:52:47 AM (14 years ago)
Author:
nacin
Message:

Network Admin contextual help. props andrea_r (!), see #15314.

File:
1 edited

Legend:

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

    r16963 r16981  
    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>' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites. Those screens are also accessible through the left-hand navigation in the Super Admin section.') . '</p>' .
     29    '<p>' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites, as well as Dashboard widgets. Those screens are also accessible through the left-hand navigation in the Network Admin section.') . '</p>' .
    3030    '<p><strong>' . __('For more information:') . '</strong></p>' .
    3131    '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Super_Admin_Menu" target="_blank">Documentation on Super Admin Menu</a>') . '</p>' .
    32     '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     32    '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>'
    3333);
    3434
Note: See TracChangeset for help on using the changeset viewer.