Make WordPress Core

Changeset 40072


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

I18N: Fix broken sprintf() after [40067].

See #39898.

File:
1 edited

Legend:

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

    r40067 r40072  
    214214            $validity->add( 'unequal_double_quotes', sprintf(
    215215                /* translators: %s: " */
    216                 __( 'Your double quotes %s are uneven. Make sure there is a closing %s for every opening %s.' ),
     216                __( 'Your double quotes %1$s are uneven. Make sure there is a closing %1$s for every opening %1$s.' ),
    217217                '<code>"</code>'
    218218            ) );
Note: See TracChangeset for help on using the changeset viewer.