Changeset 6556 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/04/2008 11:34:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6547 r6556 80 80 $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.1.4'); 81 81 $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '1.0.3'); 82 $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' );82 $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' ); 83 83 $this->add( 'dimensions', '/wp-includes/js/jquery/jquery.dimensions.min.js', array('jquery'), '1.1.2'); 84 84 $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1'); … … 144 144 'confirmText' => __("Are you sure you want to delete the file '%title%'?\nClick ok to delete or cancel to go back.") 145 145 ) ); 146 $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), mt_rand() ); 146 147 } 147 148 }
Note: See TracChangeset
for help on using the changeset viewer.