I18N: Update translator comments after [37190].

See #36496.

git-svn-id: https://develop.svn.wordpress.org/trunk@37191 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-04-13 04:29:25 +00:00
parent 8594b7922d
commit 1af1c2d30f
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ function wp_add_inline_script( $handle, $data, $position = 'after' ) {
if ( false !== stripos( $data, '</script>' ) ) { if ( false !== stripos( $data, '</script>' ) ) {
_doing_it_wrong( __FUNCTION__, sprintf( _doing_it_wrong( __FUNCTION__, sprintf(
/* translators: 1: script, 2: wp_add_inline_script() */ /* translators: 1: <script>, 2: wp_add_inline_script() */
__( 'Do not pass %1$s tags to %2$s.' ), __( 'Do not pass %1$s tags to %2$s.' ),
'<code>&lt;script&gt;</code>', '<code>&lt;script&gt;</code>',
'<code>wp_add_inline_script()</code>' '<code>wp_add_inline_script()</code>'

View File

@ -85,7 +85,7 @@ function wp_add_inline_style( $handle, $data ) {
if ( false !== stripos( $data, '</style>' ) ) { if ( false !== stripos( $data, '</style>' ) ) {
_doing_it_wrong( __FUNCTION__, sprintf( _doing_it_wrong( __FUNCTION__, sprintf(
/* translators: 1: style, 2: wp_add_inline_style() */ /* translators: 1: <style>, 2: wp_add_inline_style() */
__( 'Do not pass %1$s tags to %2$s.' ), __( 'Do not pass %1$s tags to %2$s.' ),
'<code>&lt;style&gt;</code>', '<code>&lt;style&gt;</code>',
'<code>wp_add_inline_style()</code>' '<code>wp_add_inline_style()</code>'