From 939ef7887e3a427764a74ed0255009a3cb8afa0c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 2 Oct 2015 22:48:26 +0000 Subject: [PATCH] `shttp` is not a protocol. See #27115 Built from https://develop.svn.wordpress.org/trunk@34784 git-svn-id: http://core.svn.wordpress.org/trunk@34749 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 20e609cf23..48b8de9851 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -3211,7 +3211,7 @@ function get_the_generator( $type = '' ) { $gen = ''; break; case 'atom': - $gen = 'WordPress'; + $gen = 'WordPress'; break; case 'rss2': $gen = 'https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index 00daa51007..4c6479688e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34783'; +$wp_version = '4.4-alpha-34784'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.