From d71c435a82438a9c35f17fcb8dd476565c5aa24e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 3 Mar 2022 16:13:03 +0000 Subject: [PATCH] Docs: Update the DocBlock for the `wpmu_new_blog` action to suggest `wp_initialize_site` as an alternative. Follow-up to [43654], [52816]. See #49612. Built from https://develop.svn.wordpress.org/trunk@52817 git-svn-id: http://core.svn.wordpress.org/trunk@52406 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-site.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/ms-site.php b/wp-includes/ms-site.php index 4ce7fc4de3..cdce8ff033 100644 --- a/wp-includes/ms-site.php +++ b/wp-includes/ms-site.php @@ -123,7 +123,7 @@ function wp_insert_site( array $data ) { * Fires immediately after a new site is created. * * @since MU (3.0.0) - * @deprecated 5.1.0 Use {@see 'wp_insert_site'} instead. + * @deprecated 5.1.0 Use {@see 'wp_initialize_site'} instead. * * @param int $site_id Site ID. * @param int $user_id User ID. diff --git a/wp-includes/version.php b/wp-includes/version.php index 9a4ae7cbde..92502cd356 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52816'; +$wp_version = '6.0-alpha-52817'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.