Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/async-upload.php

    r28479 r29206  
    9595
    9696if ( $_REQUEST['short'] ) {
    97     // short form response - attachment ID only
     97    // Short form response - attachment ID only.
    9898    echo $id;
    9999} else {
    100     // long form response - big chunk o html
     100    // Long form response - big chunk o html.
    101101    $type = $_REQUEST['type'];
    102102
Note: See TracChangeset for help on using the changeset viewer.