Changeset 47808 for trunk/src/wp-admin/upload.php
- Timestamp:
- 05/16/2020 06:40:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r47550 r47808 121 121 check_admin_referer( 'bulk-media' ); 122 122 123 if ( 'delete_all' == $doaction ) {123 if ( 'delete_all' === $doaction ) { 124 124 $post_ids = $wpdb->get_col( "SELECT ID FROM $wpdb->posts WHERE post_type='attachment' AND post_status = 'trash'" ); 125 125 $doaction = 'delete';
Note: See TracChangeset
for help on using the changeset viewer.