Changeset 55499 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 03/09/2023 04:28:25 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r54690 r55499 29 29 <?php _e( 'We take privacy and transparency very seriously' ); ?> 30 30 </div> 31 </div> 31 32 32 <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> 33 <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> 34 <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> 35 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> 36 <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a> 37 </nav> 38 </div> 33 <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> 34 <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> 35 <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> 36 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> 37 <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a> 38 </nav> 39 39 40 40 <div class="about__section has-2-columns is-wider-right">
Note: See TracChangeset
for help on using the changeset viewer.