Changeset 58069 for trunk/src/wp-admin/site-health.php
- Timestamp:
- 05/01/2024 05:59:05 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health.php
r56570 r58069 10 10 require_once __DIR__ . '/admin.php'; 11 11 12 wp_reset_vars( array( 'action' ) );12 $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; 13 13 14 14 $tabs = array(
Note: See TracChangeset
for help on using the changeset viewer.