From 9ccd9b3a3ed3b5250a36ee1cc9cfefc90106da81 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 4 Jul 2016 22:01:27 +0000 Subject: [PATCH] Network Admin: Replace "Options saved." notice with "Settings saved.". "Settings saved." is already used on all other settings screens. Fixes #37279. Built from https://develop.svn.wordpress.org/trunk@37959 git-svn-id: http://core.svn.wordpress.org/trunk@37900 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/settings.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index cf684f6706..bad65475e7 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -94,7 +94,7 @@ if ( $_POST ) { include( ABSPATH . 'wp-admin/admin-header.php' ); if ( isset( $_GET['updated'] ) ) { - ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 33f6a12b6c..8f1b207747 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta1-37958'; +$wp_version = '4.6-beta1-37959'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.