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/media-new.php

    r45674 r47122  
    3030    if ( isset( $_POST['html-upload'] ) && ! empty( $_FILES ) ) {
    3131        check_admin_referer( 'media-form' );
    32         // Upload File button was clicked
     32        // Upload File button was clicked.
    3333        $upload_id = media_handle_upload( 'async-upload', $post_id );
    3434        if ( is_wp_error( $upload_id ) ) {
Note: See TracChangeset for help on using the changeset viewer.