From d01281af107d0d88abcbab65d446a0c72434ec7c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 12 May 2015 10:46:50 +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 git-svn-id: https://develop.svn.wordpress.org/trunk@32496 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme-compat/header.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/theme-compat/header.php b/src/wp-includes/theme-compat/header.php index b54d64c253..b6f4fce64a 100644 --- a/src/wp-includes/theme-compat/header.php +++ b/src/wp-includes/theme-compat/header.php @@ -20,6 +20,7 @@ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3. + +