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-activate.php

    r38664 r41200  
    3737 * Fires on {@see 'wp_head'}.
    3838 *
    39  * @since MU
     39 * @since MU (3.0.0)
    4040 */
    4141function do_activate_header() {
     
    5454 * Loads styles specific to this page.
    5555 *
    56  * @since MU
     56 * @since MU (3.0.0)
    5757 */
    5858function wpmu_activate_stylesheet() {
Note: See TracChangeset for help on using the changeset viewer.