Make WordPress Core


Ignore:
Timestamp:
07/08/2020 01:13:50 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php

    r48386 r48408  
    461461        }
    462462
    463         // If the file doesn't exist, attempt a URL fopen on the src link.
    464         // This can occur with certain file replication plugins.
    465         // Keep the original file path to get a modified name later.
     463        /*
     464         * If the file doesn't exist, attempt a URL fopen on the src link.
     465         * This can occur with certain file replication plugins.
     466         * Keep the original file path to get a modified name later.
     467         */
    466468        $image_file_to_edit = $image_file;
    467469        if ( ! file_exists( $image_file_to_edit ) ) {
Note: See TracChangeset for help on using the changeset viewer.