Changeset 7230 for trunk/wp-admin/themes.php
- Timestamp:
- 03/11/2008 07:23:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r6943 r7230 20 20 <div id="message1" class="updated fade"><p><?php _e('The active theme is broken. Reverting to the default theme.'); ?></p></div> 21 21 <?php elseif ( isset($_GET['activated']) ) : ?> 22 <div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s" >Viewsite</a>'), get_bloginfo('url') . '/'); ?></p></div>22 <div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s" target="_blank">Visit site</a>'), get_bloginfo('url') . '/'); ?></p></div> 23 23 <?php endif; ?> 24 24
Note: See TracChangeset
for help on using the changeset viewer.