Changeset 2762 for trunk/wp-admin/themes.php
- Timestamp:
- 08/08/2005 01:13:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r2757 r2762 25 25 ?> 26 26 <?php if ( ! validate_current_theme() ) : ?> 27 <div class="updated"><p><?php _e('The active theme is broken. Reverting to the default theme.'); ?></p></div>27 <div id="message1" class="updated fade"><p><?php _e('The active theme is broken. Reverting to the default theme.'); ?></p></div> 28 28 <?php elseif ( isset($activated) ) : ?> 29 <div class="updated"><p><?php _e('New theme activated'); ?></p></div>29 <div id="message2" class="updated fade"><p><?php _e('New theme activated'); ?></p></div> 30 30 <?php endif; ?> 31 31
Note: See TracChangeset
for help on using the changeset viewer.