Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
git-svn-id: http://svn.automattic.com/wordpress/trunk@2762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -24,9 +24,9 @@ $parent_file = 'themes.php';
|
||||
require_once('admin-header.php');
|
||||
?>
|
||||
<?php if ( ! validate_current_theme() ) : ?>
|
||||
<div class="updated"><p><?php _e('The active theme is broken. Reverting to the default theme.'); ?></p></div>
|
||||
<div id="message1" class="updated fade"><p><?php _e('The active theme is broken. Reverting to the default theme.'); ?></p></div>
|
||||
<?php elseif ( isset($activated) ) : ?>
|
||||
<div class="updated"><p><?php _e('New theme activated'); ?></p></div>
|
||||
<div id="message2" class="updated fade"><p><?php _e('New theme activated'); ?></p></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user