Changeset 6591 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/10/2008 08:19:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6588 r6591 61 61 ) ); 62 62 63 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '200801 09' );63 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080110' ); 64 64 $this->localize( 'wp-lists', 'wpListL10n', array( 65 65 'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php' … … 109 109 $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' ); 110 110 $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' ); 111 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '200801 09' );111 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080110' ); 112 112 $this->localize( 'post', 'postL10n', array( 113 113 'tagsUsed' => __('Tags used on this post:'),
Note: See TracChangeset
for help on using the changeset viewer.