mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Multisite: Update @since tags for site management APIs.
Fixes #40364. Fixes #41333. git-svn-id: https://develop.svn.wordpress.org/trunk@44469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1347,7 +1347,7 @@ function wpmu_create_blog( $domain, $path, $title, $user_id, $options = array(),
|
||||
* the notification email.
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
* @since 5.0.0 $blog_id now supports input from the {@see 'wp_initialize_site'} action.
|
||||
* @since 5.1.0 $blog_id now supports input from the {@see 'wp_initialize_site'} action.
|
||||
*
|
||||
* @param WP_Site|int $blog_id The new site's object or ID.
|
||||
* @param string $deprecated Not used.
|
||||
@@ -1899,7 +1899,7 @@ function update_posts_count( $deprecated = '' ) {
|
||||
* Logs the user email, IP, and registration date of a new site.
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
* @since 5.0.0 Parameters now support input from the {@see 'wp_initialize_site'} action.
|
||||
* @since 5.1.0 Parameters now support input from the {@see 'wp_initialize_site'} action.
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user