Make WordPress Core

Changeset 47177


Ignore:
Timestamp:
02/04/2020 09:40:27 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issues in [47175].

See #49361.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r47175 r47177  
    253253     *
    254254     * @param int $user_id  ID of the user being removed.
    255      * @param int $blog_id  ID of the blog the user is being removed from. 
    256      * @param int $reassign ID of the user to whom to reassign posts. 
     255     * @param int $blog_id  ID of the blog the user is being removed from.
     256     * @param int $reassign ID of the user to whom to reassign posts.
    257257     */
    258258    do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );
Note: See TracChangeset for help on using the changeset viewer.