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/about.php

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