Changeset 58069 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 05/01/2024 05:59:05 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r57793 r58069 57 57 ); 58 58 59 wp_reset_vars( array( 'action', 'error', 'file', 'theme' ) ); 59 $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; 60 $theme = ! empty( $_REQUEST['theme'] ) ? sanitize_text_field( $_REQUEST['theme'] ) : ''; 61 $file = ! empty( $_REQUEST['file'] ) ? sanitize_text_field( $_REQUEST['file'] ) : ''; 62 $error = ! empty( $_REQUEST['error'] ); 60 63 61 64 if ( $theme ) {
Note: See TracChangeset
for help on using the changeset viewer.