Make WordPress Core


Ignore:
Timestamp:
08/08/2005 03:28:37 AM (19 years ago)
Author:
matt
Message:

Minor tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r2762 r2763  
    2727<div id="message1" class="updated fade"><p><?php _e('The active theme is broken.  Reverting to the default theme.'); ?></p></div>
    2828<?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 &raquo;</a>'), get_bloginfo('home')); ?></p></div>
    3030<?php endif; ?>
    3131
Note: See TracChangeset for help on using the changeset viewer.