Changeset 31497 for trunk/src/wp-admin/themes.php
- Timestamp:
- 02/22/2015 10:14:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r30794 r31497 199 199 ?> 200 200 201 <div class="theme-browser" >201 <div class="theme-browser" aria-live="polite"> 202 202 <div class="themes"> 203 203 … … 251 251 <br class="clear" /> 252 252 </div> 253 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p> 253 254 </div> 254 255 <div class="theme-overlay"></div> 255 256 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>257 256 258 257 <?php
Note: See TracChangeset
for help on using the changeset viewer.