Make WordPress Core


Ignore:
Timestamp:
08/01/2017 08:43:25 PM (8 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/network/upgrade.php

    r40404 r41200  
    9595             * Fires after the Multisite DB upgrade for each site is complete.
    9696             *
    97              * @since MU
     97             * @since MU (3.0.0)
    9898             *
    9999             * @param array|WP_Error $response The upgrade response array or WP_Error on failure.
     
    103103             * Fires after each site has been upgraded.
    104104             *
    105              * @since MU
     105             * @since MU (3.0.0)
    106106             *
    107107             * @param int $site_id The Site ID.
     
    134134         * Fires before the footer on the network upgrade screen.
    135135         *
    136          * @since MU
     136         * @since MU (3.0.0)
    137137         */
    138138        do_action( 'wpmu_upgrade_page' );
Note: See TracChangeset for help on using the changeset viewer.