Make WordPress Core


Ignore:
Timestamp:
08/08/2005 01:13:22 AM (20 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/options-head.php

    r1818 r2762  
    2121
    2222<?php if (isset($_GET['updated'])) : ?>
    23 <div class="updated"><p><strong><?php _e('Options saved.') ?></strong></p></div>
     23<div id="message" class="updated fade"><p><strong><?php _e('Options saved.') ?></strong></p></div>
    2424<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.