Changeset 51163
- Timestamp:
- 06/15/2021 05:03:05 PM (2 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r50582 r51163 80 80 $sendback = admin_url( $post_new_file ); 81 81 } 82 83 $post_ids = array(); 82 84 83 85 if ( 'delete_all' === $doaction ) { … … 97 99 } 98 100 99 if ( ! isset( $post_ids ) ) {101 if ( empty( $post_ids ) ) { 100 102 wp_redirect( $sendback ); 101 103 exit; -
trunk/src/wp-admin/upload.php
r51161 r51163 120 120 if ( $doaction ) { 121 121 check_admin_referer( 'bulk-media' ); 122 122 123 $post_ids = array(); 123 124
Note: See TracChangeset
for help on using the changeset viewer.