Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

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

    r45936 r47122  
    3939}
    4040
    41 // just fetch the detail form for that attachment
     41// Just fetch the detail form for that attachment.
    4242if ( isset( $_REQUEST['attachment_id'] ) && intval( $_REQUEST['attachment_id'] ) && $_REQUEST['fetch'] ) {
    4343    $id   = intval( $_REQUEST['attachment_id'] );
     
    113113    echo $id;
    114114} else {
    115     // Long form response - big chunk of html.
     115    // Long form response - big chunk of HTML.
    116116    $type = $_REQUEST['type'];
    117117
Note: See TracChangeset for help on using the changeset viewer.