From ae5f825093d7bc549d3cab68324a26dc334cf14a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 29 Sep 2015 21:44:33 +0000 Subject: [PATCH] `force_ssl_login()` has been functionally identical to `force_ssl_admin()` since 4.0 (#10267), so its test assertions can be removed as the function has been deprecated in [34700]. The remaining assertions suitably cover `force_ssl_admin()`. See #34011 Built from https://develop.svn.wordpress.org/trunk@34703 git-svn-id: http://core.svn.wordpress.org/trunk@34667 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 09bc85602a..766e1d04b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34702'; +$wp_version = '4.4-alpha-34703'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.