Changeset 58069 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 05/01/2024 05:59:05 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r56600 r58069 11 11 require ABSPATH . 'wp-admin/includes/theme-install.php'; 12 12 13 wp_reset_vars( array( 'tab' ) );13 $tab = ! empty( $_REQUEST['tab'] ) ? sanitize_text_field( $_REQUEST['tab'] ) : ''; 14 14 15 15 if ( ! current_user_can( 'install_themes' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.