Make WordPress Core


Ignore:
Timestamp:
04/08/2010 03:36:52 AM (15 years ago)
Author:
nacin
Message:

Remove references to the old .fade class for message divs.

File:
1 edited

Legend:

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

    r13998 r14039  
    1919if ( isset( $_GET['updated'] ) ) {
    2020    ?>
    21     <div id="message" class="updated fade"><p><?php _e( 'Site themes saved.' ) ?></p></div>
     21    <div id="message" class="updated"><p><?php _e( 'Site themes saved.' ) ?></p></div>
    2222    <?php
    2323}
Note: See TracChangeset for help on using the changeset viewer.