- Timestamp:
- 05/01/2024 05:59:05 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r57776 r58069 93 93 global $tabs, $tab, $paged, $type, $term; 94 94 95 wp_reset_vars( array( 'tab' ) );95 $tab = ! empty( $_REQUEST['tab'] ) ? sanitize_text_field( $_REQUEST['tab'] ) : ''; 96 96 97 97 $paged = $this->get_pagenum();
Note: See TracChangeset
for help on using the changeset viewer.