Coding Standards: Fix WPCS issues in [47175].
See #49361. Built from https://develop.svn.wordpress.org/trunk@47177 git-svn-id: http://core.svn.wordpress.org/trunk@46977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -252,8 +252,8 @@ function remove_user_from_blog( $user_id, $blog_id = 0, $reassign = 0 ) {
|
|||||||
* @since 5.4.0 Added the `$reassign` parameter.
|
* @since 5.4.0 Added the `$reassign` parameter.
|
||||||
*
|
*
|
||||||
* @param int $user_id ID of the user being removed.
|
* @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 $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 $reassign ID of the user to whom to reassign posts.
|
||||||
*/
|
*/
|
||||||
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );
|
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.4-alpha-47176';
|
$wp_version = '5.4-alpha-47177';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user