Changeset 6588 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/10/2008 09:39:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6587 r6588 61 61 ) ); 62 62 63 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '200 71101' );63 $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080109' ); 64 64 $this->localize( 'wp-lists', 'wpListL10n', array( 65 65 'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php' … … 85 85 $this->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20'); 86 86 $this->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.js', array('jquery'), '3.1'); 87 88 $this->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery'), '3' ); 87 89 88 90 if ( is_admin() ) { … … 107 109 $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' ); 108 110 $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' ); 109 $this->add( 'post', '/wp-admin/js/post.js', array('suggest' ), '20080102' );111 $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080109' ); 110 112 $this->localize( 'post', 'postL10n', array( 111 113 'tagsUsed' => __('Tags used on this post:'), … … 138 140 'confirmText' => __("Are you sure you want to delete the file '%title%'?\nClick ok to delete or cancel to go back.") 139 141 ) ); 140 $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), mt_rand());142 $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080109' ); 141 143 } 142 144 }
Note: See TracChangeset
for help on using the changeset viewer.