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/network/sites.php

    r41131 r41200  
    230230             * Fires after a network site is activated.
    231231             *
    232              * @since MU
     232             * @since MU (3.0.0)
    233233             *
    234234             * @param string $id The ID of the activated site.
     
    241241             * Fires before a network site is deactivated.
    242242             *
    243              * @since MU
     243             * @since MU (3.0.0)
    244244             *
    245245             * @param string $id The ID of the site being deactivated.
Note: See TracChangeset for help on using the changeset viewer.