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/settings.php

    r40953 r41200  
    8181     * Fires after the network options are updated.
    8282     *
    83      * @since MU
     83     * @since MU (3.0.0)
    8484     */
    8585    do_action( 'update_wpmu_options' );
     
    371371             * screen in their individual sites' dashboards.
    372372             *
    373              * @since MU
     373             * @since MU (3.0.0)
    374374             *
    375375             * @param array $admin_menus The menu items available.
     
    394394         * Fires at the end of the Network Settings form, before the submit button.
    395395         *
    396          * @since MU
     396         * @since MU (3.0.0)
    397397         */
    398398        do_action( 'wpmu_options' ); ?>
Note: See TracChangeset for help on using the changeset viewer.