From b02867a1c4b2c191e7f82bfa77789b49cf6db3a6 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 16 Oct 2013 04:46:10 +0000 Subject: [PATCH] Avoid printing a possible HTML element. fixes #24813. Built from https://develop.svn.wordpress.org/trunk@25809 git-svn-id: http://core.svn.wordpress.org/trunk@25721 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index d97667cf88..df45bf5644 100644 --- a/wp-includes/functions.wp-styles.php +++ b/wp-includes/functions.wp-styles.php @@ -72,7 +72,7 @@ function wp_add_inline_style( $handle, $data ) { } if ( false !== stripos( $data, '' ) ) { - _doing_it_wrong( __FUNCTION__, 'Do not pass #is', '$1', $data ) ); }