File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -940,9 +940,9 @@ function confirm_delete_users( $users ) {
940940 $ blog_users = wp_list_pluck ( $ blog_users , 'ID ' );
941941
942942 if ( is_array ( $ blog_users ) && ! empty ( $ blog_users ) ) {
943- $ user_site = "<a href=' " . esc_url ( get_home_url ( $ details ->userblog_id ) ) . "'> {$ details ->blogname }</a> " ;
943+ $ user_site = "<a href=' " . esc_url ( get_home_url ( $ details ->userblog_id ) ) . "'> {$ details ->blogname }</a> " ;
944944 switch_to_blog ( $ details ->userblog_id );
945- /** This filter is documented in wp-admin/users.php *
945+ /* This filter is documented in wp-admin/users.php */
946946 $ user_has_content = (bool ) apply_filters ( 'users_have_additional_content ' , false , array ( $ delete_user ->ID ) );
947947
948948 if ( ! $ user_has_content ) {
You can’t perform that action at this time.
0 commit comments