Changeset 47122 for trunk/src/wp-admin/async-upload.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r45936 r47122 39 39 } 40 40 41 // just fetch the detail form for that attachment41 // Just fetch the detail form for that attachment. 42 42 if ( isset( $_REQUEST['attachment_id'] ) && intval( $_REQUEST['attachment_id'] ) && $_REQUEST['fetch'] ) { 43 43 $id = intval( $_REQUEST['attachment_id'] ); … … 113 113 echo $id; 114 114 } else { 115 // Long form response - big chunk of html.115 // Long form response - big chunk of HTML. 116 116 $type = $_REQUEST['type']; 117 117
Note: See TracChangeset
for help on using the changeset viewer.