Make WordPress Core


Ignore:
Timestamp:
08/01/2017 08:43:25 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Reduce confusion in @since MU notationss by indicating the WP version (3.0.0) the code was merged into core while retaining the original context.

Props sathyapulse.
Fixes #41509.

File:
1 edited

Legend:

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

    r41163 r41200  
    7373         * Fires before a site is deleted.
    7474         *
    75          * @since MU
     75         * @since MU (3.0.0)
    7676         *
    7777         * @param int  $blog_id The site ID.
     
    117117                 * Filters the tables to drop when the site is deleted.
    118118                 *
    119                  * @since MU
     119                 * @since MU (3.0.0)
    120120                 *
    121121                 * @param array $tables  The site tables to be dropped.
     
    133133                 * Filters the upload base directory to delete when the site is deleted.
    134134                 *
    135                  * @since MU
     135                 * @since MU (3.0.0)
    136136                 *
    137137                 * @param string $uploads['basedir'] Uploads path without subdirectory. @see wp_upload_dir()
     
    222222         * Fires before a user is deleted from the network.
    223223         *
    224          * @since MU
     224         * @since MU (3.0.0)
    225225         *
    226226         * @param int $id ID of the user about to be deleted from the network.
     
    315315         * ###SITEURL###   The URL to the site.
    316316         *
    317          * @since MU
     317         * @since MU (3.0.0)
    318318         *
    319319         * @param string $email_text      Text in the email.
     
    339339 * Check whether a site has used its allotted upload space.
    340340 *
    341  * @since MU
     341 * @since MU (3.0.0)
    342342 *
    343343 * @param bool $echo Optional. If $echo is set and the quota is exceeded, a warning message is echoed. Default is true.
     
    366366 * Displays the amount of disk space used by the current site. Not used in core.
    367367 *
    368  * @since MU
     368 * @since MU (3.0.0)
    369369 */
    370370function display_space_usage() {
     
    394394 * Get the remaining upload space for this site.
    395395 *
    396  * @since MU
     396 * @since MU (3.0.0)
    397397 *
    398398 * @param int $size Current max size in bytes
     
    531531         * Filters the language codes.
    532532         *
    533          * @since MU
     533         * @since MU (3.0.0)
    534534         *
    535535         * @param array  $lang_codes Key/value pair of language codes where key is the short version.
     
    659659         * Filters the languages available in the dropdown.
    660660         *
    661          * @since MU
     661         * @since MU (3.0.0)
    662662         *
    663663         * @param array $output     HTML output of the dropdown.
Note: See TracChangeset for help on using the changeset viewer.