Changeset 6542 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/03/2008 01:34:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6512 r6542 81 81 $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '1.0.3'); 82 82 $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2'); 83 $this->add( 'dimensions', '/wp-includes/js/jquery/jquery.dimensions.min.js', array('jquery'), '1.1.2'); 84 $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1'); 83 85 84 86 if ( is_admin() ) { … … 130 132 $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' ); 131 133 $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' ); 134 $this->add( 'post', '/wp-admin/js/post.js', array('suggest'), '20080102' ); 132 135 $this->localize( 'upload', 'uploadL10n', array( 133 136 'browseTitle' => attribute_escape(__('Browse your files')),
Note: See TracChangeset
for help on using the changeset viewer.