Changeset 6972 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
- Timestamp:
- 03/29/2018 04:39:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
r6950 r6972 11 11 12 12 $GLOBALS['menu_items'] = [ 13 'about/domains' => _ _( 'Domains', 'wporg' ),14 'about/license' => _ _( 'GNU Public License', 'wporg' ),15 'about/accessibility' => _ _( 'Accessibility', 'wporg' ),16 'about/privacy' => _ _( 'Privacy Policy', 'wporg' ),17 'about/stats' => _ _( 'Statistics', 'wporg' ),13 'about/domains' => _x( 'Domains', 'Page title', 'wporg' ), 14 'about/license' => _x( 'GNU Public License', 'Page title', 'wporg' ), 15 'about/accessibility' => _x( 'Accessibility', 'Page title', 'wporg' ), 16 'about/privacy' => _x( 'Privacy Policy', 'Page title', 'wporg' ), 17 'about/stats' => _x( 'Statistics', 'Page title', 'wporg' ), 18 18 ]; 19 19 … … 33 33 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 34 34 <header class="entry-header"> 35 <h1 class="entry-title col-8"><?php esc_html_e( 'Accessibility', 'wporg'); ?></h1>35 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 36 36 </header><!-- .entry-header --> 37 37
Note: See TracChangeset
for help on using the changeset viewer.