Skip to content

Commit 7512d03

Browse files
llocspacedmonkey
andauthored
Update src/wp-admin/network/users.php
Co-authored-by: Jonny Harris <[email protected]>
1 parent aa79846 commit 7512d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/network/users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
*
100100
* @param bool $update_blog_status Whether to update the blog status. Default false.
101101
*/
102-
if ( apply_filters( 'handle_network_allusers_update_blog_status', false ) ) {
102+
if ( apply_filters( 'handle_network_allusers_update_blog_status', false, $user_id, $doaction ) ) {
103103
$blogs = get_blogs_of_user( $user_id, true );
104104

105105
foreach ( $blogs as $details ) {

0 commit comments

Comments
 (0)