Changeset 1675 for trunk/wp-admin/themes.php
- Timestamp:
- 09/16/2004 06:09:32 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r1655 r1675 29 29 ?> 30 30 31 <?php if ( isset($activated) ) : ?> 31 <?php if ( ! validate_current_theme() ) : ?> 32 <div class="updated"><p><?php _e('The active theme is broken. Reverting to the default theme.'); ?></p></div> 33 <?php elseif ( isset($activated) ) : ?> 32 34 <div class="updated"><p><?php _e('New theme activated'); ?></p></div> 33 35 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.