Skip to content

Commit f1551aa

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

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
@@ -131,7 +131,7 @@
131131
$userfunction = 'all_notspam';
132132

133133
/** This filter is documented in wp-admin/network/users.php#L95 */
134-
if ( apply_filters( 'handle_network_spam_user_update_blog_status', false, $user_id, $doaction ) ) {
134+
if ( apply_filters( 'network_user_spam_propagate_to_blogs', false, $user_id ) ) {
135135
$blogs = get_blogs_of_user( $user_id, true );
136136

137137
foreach ( $blogs as $details ) {

0 commit comments

Comments
 (0)