Changeset 15004 for trunk/wp-admin/my-sites.php
- Timestamp:
- 05/27/2010 09:20:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/my-sites.php
r14720 r15004 38 38 $title = __( 'My Sites' ); 39 39 $parent_file = 'index.php'; 40 41 add_contextual_help($current_screen, 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 Multi-site Network had to be installed separately as WordPressMU (multiple user).') . '</p>' . 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_SubPanel">My Sites Documentation</a>') . '</p>' . 46 '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 47 ); 48 40 49 require_once( './admin-header.php' ); 41 50
Note: See TracChangeset
for help on using the changeset viewer.