From da99450d30b411b3ffc62dca71f37253d6a2e20b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 12 May 2015 10:47:29 +0000 Subject: [PATCH] Add a sanity check to `theme-compat/header.php` to avoid outputting CSS which could reference a non-existant file. Props Mte90 Fixes 32240 Built from https://develop.svn.wordpress.org/trunk@32496 git-svn-id: http://core.svn.wordpress.org/trunk@32466 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme-compat/header.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/theme-compat/header.php b/wp-includes/theme-compat/header.php index b54d64c253..b6f4fce64a 100644 --- a/wp-includes/theme-compat/header.php +++ b/wp-includes/theme-compat/header.php @@ -20,6 +20,7 @@ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3. + + diff --git a/wp-includes/version.php b/wp-includes/version.php index 421a68099b..879a6df7cb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32495'; +$wp_version = '4.3-alpha-32496'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.