Changeset 6574 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/08/2008 07:22:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.