mirror of
git://develop.git.wordpress.org/
synced 2025-03-21 04:20:01 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@52817 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3788002728
commit
9defe855e6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user