Changeset 7394 for trunk/wp-includes/script-loader.php
- Timestamp:
- 03/19/2008 05:38:58 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r7384 r7394 48 48 ) ); 49 49 50 $this->add( 'autosave', '/wp-includes/js/autosave.js', array('schedule', 'wp-ajax-response'), '2008031 2' );50 $this->add( 'autosave', '/wp-includes/js/autosave.js', array('schedule', 'wp-ajax-response'), '20080317' ); 51 51 52 52 $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax.js', array('prototype'), '20070306'); … … 142 142 'cancel' => __('Cancel'), 143 143 ) ); 144 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080 221' );144 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080318' ); 145 145 $this->localize( 'post', 'postL10n', array( 146 146 'tagsUsed' => __('Tags used on this post:'), … … 151 151 'edit' => __('Edit'), 152 152 ) ); 153 $this->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'postbox'), '20080 208' );153 $this->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'postbox'), '20080318' ); 154 154 $this->localize( 'page', 'postL10n', array( 155 155 'cancel' => __('Cancel'),
Note: See TracChangeset
for help on using the changeset viewer.