Make WordPress Core

Changeset 38474


Ignore:
Timestamp:
08/31/2016 05:43:07 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Remove an outdated help sentence on "My Sites" screen.

Props johnjamesjacoby.
Fixes #37896.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/my-sites.php

    r37914 r38474  
    4040    'title'   => __('Overview'),
    4141    '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>'
    4443) );
    4544
Note: See TracChangeset for help on using the changeset viewer.