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/themes.php

    r14001 r14039  
    4545require_once('admin-header.php');
    4646if ( is_multisite() && current_user_can('edit_themes') ) {
    47     ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="ms-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php
     47    ?><div id="message0" class="updated"><p><?php _e('Administrator: new themes must be activated in the <a href="ms-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php
    4848}
    4949?>
Note: See TracChangeset for help on using the changeset viewer.