Changeset 7082 for trunk/wp-includes/script-loader.php
- Timestamp:
- 02/28/2008 06:50:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r7075 r7082 62 62 ) ); 63 63 64 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '2008022 6' );64 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080228' ); 65 65 $this->localize( 'wp-lists', 'wpListL10n', array( 66 66 'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php' … … 126 126 'strong' => __('Strong') 127 127 ) ); 128 $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '2008022 7' );128 $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20080228' ); 129 129 $this->add( 'admin-users', '/wp-admin/js/users.js', array('wp-lists'), '20070823' ); 130 130 $this->add( 'admin-forms', '/wp-admin/js/forms.js', false, '20080108' );
Note: See TracChangeset
for help on using the changeset viewer.