I18N: Update translator comments after [37190].
See #36496. Built from https://develop.svn.wordpress.org/trunk@37191 git-svn-id: http://core.svn.wordpress.org/trunk@37157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5e31cb45fe
commit
9dcfd91833
|
@ -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><script></code>',
|
'<code><script></code>',
|
||||||
'<code>wp_add_inline_script()</code>'
|
'<code>wp_add_inline_script()</code>'
|
||||||
|
|
|
@ -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><style></code>',
|
'<code><style></code>',
|
||||||
'<code>wp_add_inline_style()</code>'
|
'<code>wp_add_inline_style()</code>'
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-alpha-37190';
|
$wp_version = '4.6-alpha-37191';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue