Make WordPress Core


Ignore:
Timestamp:
05/02/2018 02:45:22 AM (6 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/credits.php

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