Skip to content

Commit 8fbed82

Browse files
llocwestonruter
andauthored
Update src/wp-admin/network/users.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 3ba39c4 commit 8fbed82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wp-admin/network/users.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@
9797
*
9898
* @since 6.9.0
9999
*
100-
* @param bool $update_blog_status Whether to update the blog status. Default false.
101-
* @param int $user_id User ID
102-
* @param string $doaction The selected action to execute.
100+
* @param bool $propagate Whether to propagate the blog status. Default false.
101+
* @param int $user_id User ID.
103102
*/
104103
if ( apply_filters( 'handle_network_spam_user_update_blog_status', false, $user_id, $doaction ) ) {
105104
$blogs = get_blogs_of_user( $user_id, true );

0 commit comments

Comments
 (0)