From d1e1139956121d74d2ad8aa2095ed326cf3cac11 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 16 Oct 2013 04:45:08 +0000 Subject: [PATCH] Avoid printing a possible HTML element. fixes #24813. git-svn-id: https://develop.svn.wordpress.org/trunk@25809 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.wp-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.wp-styles.php b/src/wp-includes/functions.wp-styles.php index d97667cf88..df45bf5644 100644 --- a/src/wp-includes/functions.wp-styles.php +++ b/src/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 ) ); }