Changeset 31994 for trunk/src/wp-admin/themes.php
- Timestamp:
- 04/03/2015 02:31:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r31973 r31994 48 48 '<li>' . __( 'Click on the theme to see the theme name, version, author, description, tags, and the Delete link' ) . '</li>' . 49 49 '<li>' . __( 'Click Customize for the current theme or Live Preview for any other theme to see a live preview' ) . '</li></ul>' . 50 '<p>' . __( 'The current theme is displayed highlighted as the first theme.' ) . '</p>'; 50 '<p>' . __( 'The current theme is displayed highlighted as the first theme.' ) . '</p>' . 51 '<p>' . __( 'The search for installed themes will search for terms in their name, description, author, or tag.' ) . ' <span id="live-search-desc">' . __( 'The search results will be updated as you type.' ) . '</span></p>'; 51 52 52 53 get_current_screen()->add_help_tab( array( … … 108 109 ), 109 110 'l10n' => array( 110 'addNew' => __( 'Add New Theme' ),111 'search' => __( 'Search Installed Themes' ),111 'addNew' => __( 'Add New Theme' ), 112 'search' => __( 'Search Installed Themes' ), 112 113 'searchPlaceholder' => __( 'Search installed themes...' ), // placeholder (no ellipsis) 114 'themesFound' => __( 'Number of Themes found: %d' ), 115 'noThemesFound' => __( 'No themes found. Try a different search.' ), 113 116 ), 114 117 ) ); … … 199 202 ?> 200 203 201 <div class="theme-browser" aria-live="polite">204 <div class="theme-browser"> 202 205 <div class="themes"> 203 206 … … 256 259 <br class="clear" /> 257 260 </div> 258 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>259 261 </div> 260 262 <div class="theme-overlay"></div> 263 264 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p> 261 265 262 266 <?php
Note: See TracChangeset
for help on using the changeset viewer.