Make WordPress Core


Ignore:
Timestamp:
12/26/2009 09:00:58 AM (15 years ago)
Author:
azaozz
Message:

Remove unused .fade CSS class, props nacin, fixes #11628

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-head.php

    r8645 r12546  
    1414
    1515<?php if (isset($_GET['updated'])) : ?>
    16 <div id="message" class="updated fade"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
     16<div id="message" class="updated"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
    1717<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.