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-themes-section.php

    r41973 r42006  
    8888                    <p class="no-themes-local">
    8989                        <?php
    90                         /* translators: %s is the string, "search WordPress.org themes" */
     90                        /* translators: %s: "Search WordPress.org themes" button */
    9191                        printf( __( 'No themes found. Try a different search, or %s.' ),
    9292                            sprintf( '<button type="button" class="button-link search-dotorg-themes">%s</button>', __( 'Search WordPress.org themes' ) )
Note: See TracChangeset for help on using the changeset viewer.