Changeset 37191
- Timestamp:
- 04/13/2016 04:29:25 AM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r37190 r37191 109 109 if ( false !== stripos( $data, '</script>' ) ) { 110 110 _doing_it_wrong( __FUNCTION__, sprintf( 111 /* translators: 1: script, 2: wp_add_inline_script() */111 /* translators: 1: <script>, 2: wp_add_inline_script() */ 112 112 __( 'Do not pass %1$s tags to %2$s.' ), 113 113 '<code><script></code>', -
trunk/src/wp-includes/functions.wp-styles.php
r37190 r37191 86 86 if ( false !== stripos( $data, '</style>' ) ) { 87 87 _doing_it_wrong( __FUNCTION__, sprintf( 88 /* translators: 1: style, 2: wp_add_inline_style() */88 /* translators: 1: <style>, 2: wp_add_inline_style() */ 89 89 __( 'Do not pass %1$s tags to %2$s.' ), 90 90 '<code><style></code>',
Note: See TracChangeset
for help on using the changeset viewer.