Changeset 29206 for trunk/src/wp-admin/async-upload.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r28479 r29206 95 95 96 96 if ( $_REQUEST['short'] ) { 97 // short form response - attachment ID only97 // Short form response - attachment ID only. 98 98 echo $id; 99 99 } else { 100 // long form response - big chunk o html100 // Long form response - big chunk o html. 101 101 $type = $_REQUEST['type']; 102 102
Note: See TracChangeset
for help on using the changeset viewer.