Changeset 2763 for trunk/wp-admin/themes.php
- Timestamp:
- 08/08/2005 03:28:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r2762 r2763 27 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 id="message2" class="updated fade"><p><?php _e('New theme activated'); ?></p></div>29 <div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">View site »</a>'), get_bloginfo('home')); ?></p></div> 30 30 <?php endif; ?> 31 31
Note: See TracChangeset
for help on using the changeset viewer.