Make WordPress Core

Changeset 42014


Ignore:
Timestamp:
10/24/2017 11:39:48 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use a consistent pattern for translator comments for placeholders in the string added in [42013].

See #41974.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-editor.php

    r42013 r42014  
    192192            <?php
    193193            echo sprintf(
    194                 /* translators: %s is a link to Custom CSS section in the Customizer. */
     194                /* translators: %s: link to Custom CSS section in the Customizer */
    195195                __( 'There&#8217;s no need to change your CSS here &mdash; you can edit and live preview CSS changes in the <a href="%s">built-in CSS editor</a>.' ),
    196196                esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) )
Note: See TracChangeset for help on using the changeset viewer.