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/my-sites.php

    r13998 r14039  
    4141
    4242if ( $updated ) { ?>
    43     <div id="message" class="updated fade"><p><strong><?php _e( 'Settings saved.' ); ?></strong></p></div>
     43    <div id="message" class="updated"><p><strong><?php _e( 'Settings saved.' ); ?></strong></p></div>
    4444<?php } ?>
    4545
Note: See TracChangeset for help on using the changeset viewer.