Make WordPress Core

Changeset 42781


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

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

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

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

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

    r42731 r42781  
    13061306
    13071307/**
    1308  * WordPress News dashboard widget.
     1308 * 'WordPress Events and News' dashboard widget.
    13091309 *
    13101310 * @since 2.7.0
     
    13161316
    13171317            /**
    1318              * Filters the primary link URL for the 'WordPress News' dashboard widget.
     1318             * Filters the primary link URL for the 'WordPress Events and News' dashboard widget.
    13191319             *
    13201320             * @since 2.5.0
     
    13251325
    13261326            /**
    1327              * Filters the primary feed URL for the 'WordPress News' dashboard widget.
     1327             * Filters the primary feed URL for the 'WordPress Events and News' dashboard widget.
    13281328             *
    13291329             * @since 2.3.0
     
    13341334
    13351335            /**
    1336              * Filters the primary link title for the 'WordPress News' dashboard widget.
     1336             * Filters the primary link title for the 'WordPress Events and News' dashboard widget.
    13371337             *
    13381338             * @since 2.3.0
     
    13491349
    13501350            /**
    1351              * Filters the secondary link URL for the 'WordPress News' dashboard widget.
     1351             * Filters the secondary link URL for the 'WordPress Events and News' dashboard widget.
    13521352             *
    13531353             * @since 2.3.0
     
    13581358
    13591359            /**
    1360              * Filters the secondary feed URL for the 'WordPress News' dashboard widget.
     1360             * Filters the secondary feed URL for the 'WordPress Events and News' dashboard widget.
    13611361             *
    13621362             * @since 2.3.0
     
    13671367
    13681368            /**
    1369              * Filters the secondary link title for the 'WordPress News' dashboard widget.
     1369             * Filters the secondary link title for the 'WordPress Events and News' dashboard widget.
    13701370             *
    13711371             * @since 2.3.0
     
    13761376
    13771377            /**
    1378              * Filters the number of secondary link items for the 'WordPress News' dashboard widget.
     1378             * Filters the number of secondary link items for the 'WordPress Events and News' dashboard widget.
    13791379             *
    13801380             * @since 4.4.0
     
    13931393
    13941394/**
    1395  * Display the WordPress news feeds.
     1395 * Display the WordPress events and news feeds.
    13961396 *
    13971397 * @since 3.8.0
  • 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.