Changeset 6674 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/28/2008 08:25:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6666 r6674 132 132 $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' ); 133 133 $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' ); 134 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '200801 10' );134 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080128' ); 135 135 $this->localize( 'post', 'postL10n', array( 136 136 'tagsUsed' => __('Tags used on this post:'),
Note: See TracChangeset
for help on using the changeset viewer.