Make WordPress Core


Ignore:
Timestamp:
05/26/2019 10:56:18 PM (6 years ago)
Author:
azaozz
Message:

Privacy tools: restore privacy.php to its "proper" use to output the Privacy tab on the About screen, see [42814]. Then add the Privacy tab updates from freedoms.php.

See #43895.

File:
1 edited

Legend:

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

    r45338 r45451  
    4747    <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
    4848    <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    49     <a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
     49    <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    5050</nav>
    5151
Note: See TracChangeset for help on using the changeset viewer.