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:
parent
8594b7922d
commit
1af1c2d30f
@ -108,7 +108,7 @@ function wp_add_inline_script( $handle, $data, $position = 'after' ) {
|
||||
|
||||
if ( false !== stripos( $data, '</script>' ) ) {
|
||||
_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.' ),
|
||||
'<code><script></code>',
|
||||
'<code>wp_add_inline_script()</code>'
|
||||
|
@ -85,7 +85,7 @@ function wp_add_inline_style( $handle, $data ) {
|
||||
|
||||
if ( false !== stripos( $data, '</style>' ) ) {
|
||||
_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.' ),
|
||||
'<code><style></code>',
|
||||
'<code>wp_add_inline_style()</code>'
|
||||
|
Loading…
Reference in New Issue
Block a user