Make WordPress Core


Ignore:
Timestamp:
10/24/2017 10:46:27 PM (8 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-includes/customize/class-wp-customize-theme-control.php

    r42002 r42006  
    9292                    <p>
    9393                        <?php
    94                         /* translators: %s is the linked update now button */
     94                        /* translators: %s: "Update now" button */
    9595                        printf( __( 'New version available. %s' ), '<button class="button-link update-theme" type="button">' . __( 'Update now' ) . '</button>' );
    9696                        ?>
Note: See TracChangeset for help on using the changeset viewer.