Make WordPress Core


Ignore:
Timestamp:
01/09/2008 12:12:35 PM (17 years ago)
Author:
matt
Message:

Replacing FAT with jQuery effects, new styling for alerts. See #5369.

File:
1 edited

Legend:

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

    r6574 r6582  
    2929wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'popuptitle', 'popupurl', 'text', 'trackback', 'pingback'));
    3030
    31 wp_enqueue_script( 'fat' );
     31wp_enqueue_script( 'common' );
     32wp_enqueue_script( 'jquery-color' );
    3233
    3334$editing = false;
Note: See TracChangeset for help on using the changeset viewer.