Make WordPress Core


Ignore:
Timestamp:
01/08/2019 08:57:32 AM (6 years ago)
Author:
flixos90
Message:

Multisite: Update @since tags for site management APIs.

Fixes #40364. Fixes #41333.

File:
1 edited

Legend:

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

    r43654 r44469  
    13481348 *
    13491349 * @since MU (3.0.0)
    1350  * @since 5.0.0 $blog_id now supports input from the {@see 'wp_initialize_site'} action.
     1350 * @since 5.1.0 $blog_id now supports input from the {@see 'wp_initialize_site'} action.
    13511351 *
    13521352 * @param WP_Site|int $blog_id    The new site's object or ID.
     
    19001900 *
    19011901 * @since MU (3.0.0)
    1902  * @since 5.0.0 Parameters now support input from the {@see 'wp_initialize_site'} action.
     1902 * @since 5.1.0 Parameters now support input from the {@see 'wp_initialize_site'} action.
    19031903 *
    19041904 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset for help on using the changeset viewer.