- Timestamp:
- 01/29/2021 06:52:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r49975 r50071 72 72 $mode = empty( $_REQUEST['mode'] ) ? 'list' : $_REQUEST['mode']; 73 73 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 */ 77 79 $not_in = array(); 78 80
Note: See TracChangeset
for help on using the changeset viewer.