Docs: Typo correction in wp-includes/ms-functions.php docblock.

See #54729.


git-svn-id: https://develop.svn.wordpress.org/trunk@53251 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-04-25 09:23:22 +00:00
parent 1d39994ba6
commit 074aaf152f

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
*