Make WordPress Core


Ignore:
Timestamp:
02/02/2021 08:12:39 PM (2 years ago)
Author:
TimothyBlynJacobs
Message:

Privacy: Redesign the Privacy settings pages.

The Privacy settings pages now use the same design patterns as the Site Health screen. Additionally, each privacy policy guide is now contained in an accordion to make the page easier to navigate when multiple plugins are in use.

Props xkon, hedgefield, garrett-eclipse, hellofromTonya, paaljoachim, joedolson.
Fixes #49264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/tools.php

    r47412 r50161  
    2222if ( isset( $_GET['wp-privacy-policy-guide'] ) ) {
    2323    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 );
    2525    exit;
    2626} elseif ( isset( $_GET['page'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.