Changeset 4042 for trunk/wp-includes/script-loader.php
- Timestamp:
- 07/25/2006 07:01:52 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r3930 r4042 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'), ' 3850' ); // Make changeset # the correct one22 $this->add( 'listman', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '4042' ); // 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' );
Note: See TracChangeset
for help on using the changeset viewer.