mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
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:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user