Changeset 45452 for trunk/src/wp-admin/freedoms.php
- Timestamp:
- 05/26/2019 11:20:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/freedoms.php
r45451 r45452 10 10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 // This file was used to also display the Privacy tab on the About screen from 4.9.6 until 5.3.0. 13 if ( isset( $_GET['privacy-notice'] ) ) { 14 wp_redirect( admin_url( 'privacy.php' ), 301 ); 15 exit; 16 } 17 12 18 $title = __( 'Freedoms' ); 13 19 … … 15 21 16 22 include( ABSPATH . 'wp-admin/admin-header.php' ); 17 18 // This file was used to also display the Privacy tab on the About screen from 4.9.6 until 5.3.0.19 if ( isset( $_GET['privacy-notice'] ) ) {20 wp_redirect( admi_url( 'privacy.php' ), 301 );21 exit;22 }23 23 24 24 ?>
Note: See TracChangeset
for help on using the changeset viewer.