Changeset 19514 for trunk/wp-admin/my-sites.php
- Timestamp:
- 12/01/2011 02:22:07 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/my-sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/my-sites.php
r19504 r19514 36 36 $parent_file = 'index.php'; 37 37 38 add_contextual_help($current_screen, 39 '<p>' . __('This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. He or she can use the links under each site to visit either the frontend or the dashboard for that site.') . '</p>' . 40 '<p>' . __('Up until WordPress version 3.0, what is now called a Multisite Network had to be installed separately as WordPress MU (multi-user).') . '</p>' 41 ); 38 get_current_screen()->add_help_tab( array( 39 'id' => 'overview', 40 'title' => __('Overview'), 41 'content' => 42 '<p>' . __('This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. He or she can use the links under each site to visit either the frontend or the dashboard for that site.') . '</p>' . 43 '<p>' . __('Up until WordPress version 3.0, what is now called a Multisite Network had to be installed separately as WordPress MU (multi-user).') . '</p>' 44 ) ); 42 45 43 46 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.