From 5918b30cdd8ba4979ac1d01e94a36d355df5a649 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 10 Sep 2015 22:24:24 +0000 Subject: [PATCH] Move `network_settings_add_js()` from `wp-admin/network/settings.php` to `wp-admin/includes/ms.php`. See #33813. Built from https://develop.svn.wordpress.org/trunk@34026 git-svn-id: http://core.svn.wordpress.org/trunk@33995 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ms.php | 22 ++++++++++++++++++++++ wp-admin/network/settings.php | 21 --------------------- wp-includes/version.php | 2 +- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 96da36f898..b7e4c28631 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -1089,4 +1089,26 @@ function confirm_delete_users( $users ) { + + - -add_help_tab( array( diff --git a/wp-includes/version.php b/wp-includes/version.php index 40100e9f01..282cfd93af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34025'; +$wp_version = '4.4-alpha-34026'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.