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:
audrasjb 2022-04-25 09:25:09 +00:00
parent baf41c1fb9
commit dc8a2658e4
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -16,7 +16,7 @@
*
* @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.