Docs: Typo correction in `wp-includes/ms-functions.php` docblock.
See #54729. Built from https://develop.svn.wordpress.org/trunk@53251 git-svn-id: http://core.svn.wordpress.org/trunk@52840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
baf41c1fb9
commit
dc8a2658e4
|
@ -1275,7 +1275,7 @@ function wpmu_activate_signup( $key ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deletes am associated signup entry when a user is deleted from the database.
|
* Deletes an associated signup entry when a user is deleted from the database.
|
||||||
*
|
*
|
||||||
* @since 5.5.0
|
* @since 5.5.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.0-beta2-53250';
|
$wp_version = '6.0-beta2-53251';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue