Changeset 7670 for branches/2.5/wp-includes/script-loader.php
- Timestamp:
- 04/14/2008 07:31:46 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/script-loader.php
r7621 r7670 58 58 ) ); 59 59 60 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('wp-ajax-response'), '20080 322' );60 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('wp-ajax-response'), '20080411' ); 61 61 $this->localize( 'wp-lists', 'wpListL10n', array( 62 62 'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php' … … 145 145 'cancel' => __('Cancel'), 146 146 ) ); 147 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080 322' );147 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080411' ); 148 148 $this->localize( 'post', 'postL10n', array( 149 149 'tagsUsed' => __('Tags used on this post:'),
Note: See TracChangeset
for help on using the changeset viewer.