Changeset 50161 for trunk/src/wp-admin/tools.php
- Timestamp:
- 02/02/2021 08:12:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/tools.php
r47412 r50161 22 22 if ( isset( $_GET['wp-privacy-policy-guide'] ) ) { 23 23 require_once dirname( __DIR__ ) . '/wp-load.php'; 24 wp_redirect( admin_url( ' privacy-policy-guide.php' ), 301 );24 wp_redirect( admin_url( 'options-privacy.php?tab=policyguide' ), 301 ); 25 25 exit; 26 26 } elseif ( isset( $_GET['page'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.