Skip to content

Commit a997684

Browse files
committed
Fix: added missing comment closing tag
1 parent 6ab0ac6 commit a997684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/includes/ms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ) {

0 commit comments

Comments
 (0)