Changeset 44905 for trunk/src/wp-admin/credits.php
- Timestamp:
- 03/15/2019 02:53:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r44562 r44905 25 25 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> 26 26 27 < h2 class="nav-tab-wrapper wp-clearfix">27 <nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> 28 28 <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> 29 29 <a href="credits.php" class="nav-tab nav-tab-active"><?php _e( 'Credits' ); ?></a> 30 30 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> 31 31 <a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a> 32 </ h2>32 </nav> 33 33 34 34 <div class="about-wrap-content"> … … 73 73 } 74 74 75 echo '<h 3 class="wp-people-group">' . esc_html( $title ) . "</h3>\n";75 echo '<h2 class="wp-people-group">' . esc_html( $title ) . "</h2>\n"; 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.