Make WordPress Core


Ignore:
Timestamp:
03/05/2018 03:03:05 AM (9 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/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
Note: See TracChangeset for help on using the changeset viewer.