Make WordPress Core


Ignore:
Timestamp:
04/13/2016 04:29:25 AM (10 years ago)
Author:
SergeyBiryukov
Message:

I18N: Update translator comments after [37190].

See #36496.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.wp-styles.php

    r37190 r37191  
    8686        if ( false !== stripos( $data, '</style>' ) ) {
    8787                _doing_it_wrong( __FUNCTION__, sprintf(
    88                         /* translators: 1: style, 2: wp_add_inline_style() */
     88                        /* translators: 1: <style>, 2: wp_add_inline_style() */
    8989                        __( 'Do not pass %1$s tags to %2$s.' ),
    9090                        '<code>&lt;style&gt;</code>',
Note: See TracChangeset for help on using the changeset viewer.