- Timestamp:
- 10/31/2016 06:27:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-panel.php
r38813 r39051 73 73 <li class="filter-themes-count"> 74 74 <span class="themes-displayed"><?php 75 /* translators: %s: number of themes displayed; plural forms cannot be accom odated here so assume plurality or translate as "Themes: %s" */75 /* translators: %s: number of themes displayed; plural forms cannot be accommodated here so assume plurality or translate as "Themes: %s" */ 76 76 echo sprintf( __( 'Displaying %s themes' ), '<span class="theme-count">0</span>' ); 77 77 ?></span> 78 78 <button type="button" class="button button-primary see-themes"><?php 79 /* translators: %s: number of themes displayed; plural forms cannot be accom odated here so assume plurality or omit the count and translate as "Show themes" */79 /* translators: %s: number of themes displayed; plural forms cannot be accommodated here so assume plurality or omit the count and translate as "Show themes" */ 80 80 echo sprintf( __( 'Show %s themes' ), '<span class="theme-count">0</span>' ); 81 81 ?></button>
Note: See TracChangeset
for help on using the changeset viewer.