Make WordPress Core


Ignore:
Timestamp:
04/13/2016 04:15:40 AM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: After [37188], display script and style tags in the message as <script> and <style>.

Props dd32.
See #36496.

File:
1 edited

Legend:

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

    r37188 r37190  
    8888            /* translators: 1: style, 2: wp_add_inline_style() */
    8989            __( 'Do not pass %1$s tags to %2$s.' ),
    90             '<code>style</code>',
     90            '<code>&lt;style&gt;</code>',
    9191            '<code>wp_add_inline_style()</code>'
    9292        ), '3.7' );
Note: See TracChangeset for help on using the changeset viewer.