Changeset 9699 for trunk/wp-admin/async-upload.php
- Timestamp:
- 11/14/2008 11:01:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r8998 r9699 26 26 27 27 // just fetch the detail form for that attachment 28 if ( ($id = intval($_REQUEST['attachment_id'])) && $_REQUEST['fetch'] ) {28 if ( isset($_REQUEST['attachment_id']) && ($id = intval($_REQUEST['attachment_id'])) && $_REQUEST['fetch'] ) { 29 29 if ( 2 == $_REQUEST['fetch'] ) { 30 30 add_filter('attachment_fields_to_edit', 'media_single_attachment_fields_to_edit', 10, 2);
Note: See TracChangeset
for help on using the changeset viewer.