mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Correct grammar when referring to "a user" vs "an user" in several places.
Props ocean90. Fixes #31894. git-svn-id: https://develop.svn.wordpress.org/trunk@32025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -257,7 +257,7 @@ function get_users_drafts( $user_id ) {
|
||||
/**
|
||||
* Remove user and optionally reassign posts and links to another user.
|
||||
*
|
||||
* If the $reassign parameter is not assigned to an User ID, then all posts will
|
||||
* If the $reassign parameter is not assigned to a User ID, then all posts will
|
||||
* be deleted of that user. The action 'delete_user' that is passed the User ID
|
||||
* being deleted will be run after the posts are either reassigned or deleted.
|
||||
* The user meta will also be deleted that are for that User ID.
|
||||
|
||||
Reference in New Issue
Block a user