From d72fac0131f0964031705608a68f58058baefb7f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 10 Dec 2014 03:02:23 +0000 Subject: [PATCH] Twenty Fifteen: Replace encoded HTML entities in the file header DocBlock for header.php with 'head element'. Props iamtakashi. Fixes #30649. Built from https://develop.svn.wordpress.org/trunk@30798 git-svn-id: http://core.svn.wordpress.org/trunk@30788 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/header.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/header.php b/wp-content/themes/twentyfifteen/header.php index 11671321fb..7a25d37edd 100644 --- a/wp-content/themes/twentyfifteen/header.php +++ b/wp-content/themes/twentyfifteen/header.php @@ -2,7 +2,7 @@ /** * The template for displaying the header * - * Displays all of the <head> section and everything up until the "site-content" div. + * Displays all of the head element and everything up until the "site-content" div. * * @package WordPress * @subpackage Twenty_Fifteen diff --git a/wp-includes/version.php b/wp-includes/version.php index e9fbd42327..824aeaf6c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30797'; +$wp_version = '4.1-beta2-30798'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.