Multisite: Fix copy/paste issue in id attribute for a dismissible message on Sites screen.

Props imath.
Fixes #37764.

git-svn-id: https://develop.svn.wordpress.org/trunk@38305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-08-22 14:21:15 +00:00
parent 92d8f4afdc
commit 8673ec7459

View File

@ -273,7 +273,7 @@ if ( isset( $_GET['updated'] ) ) {
}
if ( ! empty( $msg ) )
$msg = '<div class="updated" id="message notice is-dismissible"><p>' . $msg . '</p></div>';
$msg = '<div id="message" class="updated notice is-dismissible"><p>' . $msg . '</p></div>';
}
$wp_list_table->prepare_items();