Skip to content

Commit 7ca62a9

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

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
@@ -100,7 +100,7 @@
100100
* @param bool $propagate Whether to propagate the blog status. Default false.
101101
* @param int $user_id User ID.
102102
*/
103-
if ( apply_filters( 'handle_network_spam_user_update_blog_status', false, $user_id, $doaction ) ) {
103+
if ( apply_filters( 'network_user_spam_propagate_to_blogs', false, $user_id, $doaction ) ) {
104104
$blogs = get_blogs_of_user( $user_id, true );
105105

106106
foreach ( $blogs as $details ) {

0 commit comments

Comments
 (0)