From 3910e562314f4e5d4bb831987956e563e63fc67f Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 15 Oct 2013 17:56:10 +0000 Subject: [PATCH] Twenty Fourteen: remove `style` tags from accent color output, following r25786. Fixes #25599, props celloexpressions. Built from https://develop.svn.wordpress.org/trunk@25790 git-svn-id: http://core.svn.wordpress.org/trunk@25702 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/inc/customizer.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyfourteen/inc/customizer.php b/wp-content/themes/twentyfourteen/inc/customizer.php index c90b0d2a97..051dea5628 100644 --- a/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/wp-content/themes/twentyfourteen/inc/customizer.php @@ -112,8 +112,7 @@ function twentyfourteen_customizer_styles() { $accent_lighter = get_theme_mod( 'accent_lighter' ); $accent_much_lighter = get_theme_mod( 'accent_much_lighter' ); - $css = ''; + }'; wp_add_inline_style( 'twentyfourteen-style', $css ); }