Make WordPress Core


Ignore:
Timestamp:
03/05/2018 03:03:05 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Update "WordPress News" widget references in help text and inline documentation.

Props monikarao, denisco.
Fixes #43400, #43472.

File:
1 edited

Legend:

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

    r42779 r42781  
    8282    $help .= '<p>' . sprintf(
    8383        /* translators: %s: WordPress Planet URL */
    84         __( '<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and popular plugins.' ),
     84        __( '<strong>WordPress Events and News</strong> &mdash; Upcoming events near you and the latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and popular plugins.' ),
    8585        __( 'https://planet.wordpress.org/' )
    8686    ) . '</p>';
     
    8888    $help .= '<p>' . sprintf(
    8989        /* translators: %s: WordPress Planet URL */
    90         __( '<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ),
     90        __( '<strong>WordPress Events and News</strong> &mdash; Upcoming events near you and the latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ),
    9191        __( 'https://planet.wordpress.org/' )
    9292    ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.