- 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-theme-install-list-table.php
r57714 r58069 37 37 38 38 global $tabs, $tab, $paged, $type, $theme_field_defaults; 39 wp_reset_vars( array( 'tab' ) ); 39 40 $tab = ! empty( $_REQUEST['tab'] ) ? sanitize_text_field( $_REQUEST['tab'] ) : ''; 40 41 41 42 $search_terms = array();
Note: See TracChangeset
for help on using the changeset viewer.