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

Props imath.
Fixes #37764.
Built from https://develop.svn.wordpress.org/trunk@38305


git-svn-id: http://core.svn.wordpress.org/trunk@38246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2016-08-22 14:22:31 +00:00
parent cd6d2bae92
commit 26d7a5607b
2 changed files with 2 additions and 2 deletions
+1 -1
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();