Make WordPress Core


Ignore:
Timestamp:
01/29/2021 06:52:35 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Switch a comment in WP_Media_List_Table::prepare_items() to multi-line format, per the documentation standards.

Follow-up to [48417].

Props pinkalbeladiya, davidbaumwald.
Fixes #52025.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r49975 r50071  
    7272        $mode = empty( $_REQUEST['mode'] ) ? 'list' : $_REQUEST['mode'];
    7373
    74         // Exclude attachments scheduled for deletion in the next two hours
    75         // if they are for zip packages for interrupted or failed updates.
    76         // See File_Upload_Upgrader class.
     74        /*
     75         * Exclude attachments scheduled for deletion in the next two hours
     76         * if they are for zip packages for interrupted or failed updates.
     77         * See File_Upload_Upgrader class.
     78         */
    7779        $not_in = array();
    7880
Note: See TracChangeset for help on using the changeset viewer.