From 26d7a5607b7c67ac7245876094b164cc06f4edbc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 22 Aug 2016 14:22:31 +0000 Subject: [PATCH] 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 --- wp-admin/network/sites.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index 724c2cf52f..38aa2ec49d 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -273,7 +273,7 @@ if ( isset( $_GET['updated'] ) ) { } if ( ! empty( $msg ) ) - $msg = '

' . $msg . '

'; + $msg = '

' . $msg . '

'; } $wp_list_table->prepare_items(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 824c4be84b..69005bb3de 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38304'; +$wp_version = '4.7-alpha-38305'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.