Make WordPress Core


Ignore:
Timestamp:
10/24/2017 10:46:27 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use a consistent pattern for translator comments for placeholders in some more Customizer strings.

See #41974.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r42005 r42006  
    229229            <?php
    230230            echo sprintf(
    231                 /* translators: %s is the URL to the Customizer */
     231                /* translators: %s: URL to the Customizer */
    232232                __( 'This draft comes from your <a href="%s">unpublished customization changes</a>. You can edit, but there&#8217;s no need to publish now. It will be published automatically with those changes.' ),
    233233                esc_url(
Note: See TracChangeset for help on using the changeset viewer.