Changeset 41878 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 10/16/2017 06:13:50 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r41608 r41878 61 61 'tryAgain' => __( 'Try Again' ), 62 62 'themesFound' => __( 'Number of Themes found: %d' ), 63 'noThemesFound' => __( 'No themes found. Try a different search query.' ),63 'noThemesFound' => __( 'No themes found. Try a different search.' ), 64 64 'collapseSidebar' => __( 'Collapse Sidebar' ), 65 65 'expandSidebar' => __( 'Expand Sidebar' ), … … 229 229 <div class="theme-install-overlay wp-full-overlay expanded"></div> 230 230 231 <p class="no-themes"><?php _e( 'No themes found. Try a different search query.' ); ?></p>231 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p> 232 232 <span class="spinner"></span> 233 233
Note: See TracChangeset
for help on using the changeset viewer.