diff --git src/wp-admin/my-sites.php src/wp-admin/my-sites.php
index 6ec3367..a6b4dd9 100644
|
|
|
39 | 39 | 'id' => 'overview', |
40 | 40 | 'title' => __('Overview'), |
41 | 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. They can use the links under each site to visit either the front end 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>' |
| 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. They can use the links under each site to visit either the front end or the dashboard for that site.') . '</p>' |
44 | 43 | ) ); |
45 | 44 | |
46 | 45 | get_current_screen()->set_help_sidebar( |