Changeset 55499 for trunk/src/wp-admin/freedoms.php
- Timestamp:
- 03/09/2023 04:28:25 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/freedoms.php
r54690 r55499 35 35 <?php _e( 'WordPress is free and open source software' ); ?> 36 36 </div> 37 </div> 37 38 38 <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> 39 <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> 40 <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> 41 <a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a> 42 <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a> 43 </nav> 44 </div> 39 <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> 40 <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> 41 <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> 42 <a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a> 43 <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a> 44 </nav> 45 45 46 46 <div class="about__section is-feature">
Note: See TracChangeset
for help on using the changeset viewer.