Make WordPress Core


Ignore:
Timestamp:
05/02/2018 02:45:22 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Add Privacy Tools admin page under the Tools menu.

Props allendav, xkon, azaozz.
Merges [42814] to the 4.9 branch.
See #43435.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/about.php

    r42933 r43098  
    2828            <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    2929            <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    30             <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
     30            <a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    3131        </h2>
    3232
Note: See TracChangeset for help on using the changeset viewer.