Make WordPress Core


Ignore:
Timestamp:
08/08/2005 01:13:22 AM (21 years ago)
Author:
matt
Message:

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

File:
1 edited

Legend:

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

    r2757 r2762  
    2525?>
    2626<?php if ( ! validate_current_theme() ) : ?>
    27 <div class="updated"><p><?php _e('The active theme is broken.  Reverting to the default theme.'); ?></p></div>
     27<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 class="updated"><p><?php _e('New theme activated'); ?></p></div>
     29<div id="message2" class="updated fade"><p><?php _e('New theme activated'); ?></p></div>
    3030<?php endif; ?>
    3131
Note: See TracChangeset for help on using the changeset viewer.