Changeset 4510 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/21/2006 08:10:01 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r4508 r4510 31 31 $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '3684' ); 32 32 $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' ); 33 $this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), ' 4466' );33 $this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '####' ); 34 34 } 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.