Changeset 10019 for trunk/wp-includes/script-loader.php
- Timestamp:
- 12/03/2008 08:40:06 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r10017 r10019 133 133 $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.5.2' ); 134 134 $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core'), '1.5.2' ); 135 $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.5.2 ' );135 $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.5.2b' ); 136 136 $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core'), '1.5.2' ); 137 137 $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core'), '1.5.2' ); … … 164 164 $scripts->add( 'admin-users', '/wp-admin/js/users.js', array('wp-lists'), '20081117' ); 165 165 $scripts->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' ); 166 $scripts->add( 'postbox', '/wp-admin/js/postbox.js', array('jquery-ui-sortable'), '2008120 2' );166 $scripts->add( 'postbox', '/wp-admin/js/postbox.js', array('jquery-ui-sortable'), '20081203' ); 167 167 $scripts->localize( 'postbox', 'postboxL10n', array( 168 168 'requestFile' => admin_url('admin-ajax.php')
Note: See TracChangeset
for help on using the changeset viewer.