Make WordPress Core

Changeset 40073


Ignore:
Timestamp:
02/17/2017 10:20:38 AM (8 years ago)
Author:
swissspidy
Message:

I18N: Update translators comment after [40072].

Props ocean90.
See #39898.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php

    r40072 r40073  
    213213        if ( ! $this->validate_equal_characters( '"', $css ) ) {
    214214            $validity->add( 'unequal_double_quotes', sprintf(
    215                 /* translators: %s: " */
     215                /* translators: 1: " (double quote) */
    216216                __( 'Your double quotes %1$s are uneven. Make sure there is a closing %1$s for every opening %1$s.' ),
    217217                '<code>"</code>'
Note: See TracChangeset for help on using the changeset viewer.