Ticket #3099: 3099e.diff
File 3099e.diff, 1.5 KB (added by , 19 years ago) |
---|
-
wp-includes/script-loader.php
20 20 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0'); 21 21 $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4183'); 22 22 $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax-js.php', array('prototype'), '4187'); 23 $this->add( 'listman', '/wp-includes/js/list-manipulation-js.php', array('wp-ajax', 'fat'), rand());23 $this->add( 'listman', '/wp-includes/js/list-manipulation-js.php', array('wp-ajax', 'fat'), '4187'); 24 24 if ( is_admin() ) { 25 25 $this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key-js.php', array('dbx'), '3651' ); 26 $this->add( 'listman-old', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '4042' ); // Make changeset # the correct one27 26 $this->add( 'ajaxcat', '/wp-admin/cat-js.php', array('listman'), '3684' ); 28 27 $this->add( 'admin-categories', '/wp-admin/categories.js', array('listman'), '3684' ); 29 28 $this->add( 'admin-custom-fields', '/wp-admin/custom-fields.js', array('listman'), '3733' ); 30 $this->add( 'admin-comments', '/wp-admin/edit-comments.js', array('listman'), '38 50' ); // Make changeset # the correct one29 $this->add( 'admin-comments', '/wp-admin/edit-comments.js', array('listman'), '3847' ); 31 30 $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '3684' ); 32 31 $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' ); 33 32 }