- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r45412 r45932 86 86 <?php 87 87 printf( 88 /* translators: %s: support forums URL*/88 /* translators: %s: Support forums URL. */ 89 89 __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ), 90 90 __( 'https://wordpress.org/support/forums/' ) … … 99 99 <?php 100 100 printf( 101 /* translators: %s: "Search WordPress.org themes" button text */101 /* translators: %s: "Search WordPress.org themes" button text. */ 102 102 __( 'No themes found. Try a different search, or %s.' ), 103 103 sprintf( '<button type="button" class="button-link search-dotorg-themes">%s</button>', __( 'Search WordPress.org themes' ) ) … … 133 133 <span class="filter-count-0"><?php _e( 'Filter themes' ); ?></span><span class="filter-count-filters"> 134 134 <?php 135 /* translators: %s: number of filters selected. */135 /* translators: %s: Number of filters selected. */ 136 136 printf( __( 'Filter themes (%s)' ), '<span class="theme-filter-count">0</span>' ); 137 137 ?> … … 149 149 <span class="themes-displayed"> 150 150 <?php 151 /* translators: %s: number of themes displayed. */151 /* translators: %s: Number of themes displayed. */ 152 152 echo sprintf( __( '%s themes' ), '<span class="theme-count">0</span>' ); 153 153 ?>
Note: See TracChangeset
for help on using the changeset viewer.