Ticket #10804: activate_theme_patch.diff
File activate_theme_patch.diff, 568 bytes (added by , 14 years ago) |
---|
-
wp-admin/themes.php
53 53 } else { ?> 54 54 <div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">Visit site</a>'), get_bloginfo('url') . '/'); ?></p></div><?php 55 55 } 56 do_action('activate_theme', get_current_theme()); 56 57 elseif ( isset($_GET['deleted']) ) : ?> 57 58 <div id="message3" class="updated fade"><p><?php _e('Theme deleted.') ?></p></div> 58 59 <?php endif; ?>