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.