Changeset 47122 for trunk/src/wp-admin/upload.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r46811 r47122 30 30 31 31 $q = $_GET; 32 // let JS handle this32 // Let JS handle this. 33 33 unset( $q['s'] ); 34 34 $vars = wp_edit_attachments_query_vars( $q ); … … 115 115 $pagenum = $wp_list_table->get_pagenum(); 116 116 117 // Handle bulk actions 117 // Handle bulk actions. 118 118 $doaction = $wp_list_table->current_action(); 119 119
Note: See TracChangeset
for help on using the changeset viewer.