Changeset 7956 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/19/2008 09:35:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r7938 r7956 146 146 'cancel' => __('Cancel'), 147 147 ) ); 148 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080 422' );148 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080519' ); 149 149 $this->localize( 'post', 'postL10n', array( 150 150 'tagsUsed' => __('Tags used on this post:'),
Note: See TracChangeset
for help on using the changeset viewer.