Coding Standards: Fix WPCS issues in [47175].

See #49361.

git-svn-id: https://develop.svn.wordpress.org/trunk@47177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-02-04 21:40:27 +00:00
parent 4bcf9be615
commit 0bfacbe3b2
1 changed files with 2 additions and 2 deletions

View File

@ -252,8 +252,8 @@ function remove_user_from_blog( $user_id, $blog_id = 0, $reassign = 0 ) {
* @since 5.4.0 Added the `$reassign` parameter.
*
* @param int $user_id ID of the user being removed.
* @param int $blog_id ID of the blog the user is being removed from.
* @param int $reassign ID of the user to whom to reassign posts.
* @param int $blog_id ID of the blog the user is being removed from.
* @param int $reassign ID of the user to whom to reassign posts.
*/
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );