Changeset 3847 for trunk/wp-includes/script-loader.php
- Timestamp:
- 06/06/2006 04:14:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r3788 r3847 20 20 if ( is_admin() ) { 21 21 $this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key-js.php', array('dbx'), '3651' ); 22 $this->add( 'listman', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '3 733' );22 $this->add( 'listman', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '3850' ); // Make changeset # the correct one 23 23 $this->add( 'ajaxcat', '/wp-admin/cat-js.php', array('listman'), '3684' ); 24 24 $this->add( 'admin-categories', '/wp-admin/categories.js', array('listman'), '3684' ); 25 25 $this->add( 'admin-custom-fields', '/wp-admin/custom-fields.js', array('listman'), '3733' ); 26 $this->add( 'admin-comments', '/wp-admin/edit-comments.js', array('listman'), '3 736' );26 $this->add( 'admin-comments', '/wp-admin/edit-comments.js', array('listman'), '3850' ); // Make changeset # the correct one 27 27 $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '3684' ); 28 28 $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
Note: See TracChangeset
for help on using the changeset viewer.