Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (4 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/includes/class-file-upload-upgrader.php

    r45583 r47122  
    5757        }
    5858
    59         //Handle a newly uploaded file, Else assume it's already been uploaded
     59        // Handle a newly uploaded file. Else, assume it's already been uploaded.
    6060        if ( ! empty( $_FILES ) ) {
    6161            $overrides = array(
     
    7272            $this->package  = $file['file'];
    7373
    74             // Construct the object array
     74            // Construct the object array.
    7575            $object = array(
    7676                'post_title'     => $this->filename,
Note: See TracChangeset for help on using the changeset viewer.