Changeset 6574
- Timestamp:
- 01/08/2008 07:22:07 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin.php
r6572 r6574 29 29 wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'popuptitle', 'popupurl', 'text', 'trackback', 'pingback')); 30 30 31 wp_enqueue_script( ' admin' );31 wp_enqueue_script( 'fat' ); 32 32 33 33 $editing = false; -
trunk/wp-includes/script-loader.php
r6572 r6574 85 85 $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1'); 86 86 $this->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20'); 87 $this->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.js', array('jquery'), '1.0');88 87 89 88 if ( is_admin() ) { 90 $this->add( 'admin', '/wp-admin/js/admin.js', array('jquery-color'), '20080107');91 89 $this->add( 'ajaxcat', '/wp-admin/js/cat.js', array( 'wp-lists' ), '20071101' ); 92 90 $this->localize( 'ajaxcat', 'catL10n', array(
Note: See TracChangeset
for help on using the changeset viewer.