From 9a3b7977fd12fecbb15e9d3d00fa60b334c4edab Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 3 Nov 2014 21:47:22 +0000 Subject: [PATCH] Twenty Fifteen: escaping for the HTML5 shiv call. Props philiparthurmoore, fixes #30212 Built from https://develop.svn.wordpress.org/trunk@30218 git-svn-id: http://core.svn.wordpress.org/trunk@30218 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 9cacfc20b8..62bc8f2e8e 100644 --- a/wp-content/themes/twentyfifteen/header.php +++ b/wp-content/themes/twentyfifteen/header.php @@ -16,7 +16,7 @@ diff --git a/wp-includes/version.php b/wp-includes/version.php index ff69cc9f5a..5678f7fe88 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30217'; +$wp_version = '4.1-alpha-30218'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.