From 0d51ae78cc244712a2eab1fa8a4699b80590afd1 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 15 Oct 2013 17:56:00 +0000 Subject: [PATCH] Twenty Fourteen: remove `style` tags from accent color output, following r25786. Fixes #25599, props celloexpressions. git-svn-id: https://develop.svn.wordpress.org/trunk@25790 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/inc/customizer.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/customizer.php b/src/wp-content/themes/twentyfourteen/inc/customizer.php index c90b0d2a97..051dea5628 100644 --- a/src/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/src/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 ); }