Changeset 6972 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.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-philosophy.php
r6950 r6972 11 11 12 12 $GLOBALS['menu_items'] = [ 13 'about/philosophy' => _ _( 'Philosophy', 'wporg' ),14 'about/etiquette' => _ _( 'Etiquette', 'wporg' ),15 'about/swag' => _ _( 'Swag', 'wporg' ),16 'about/logos' => _ _( 'Graphics & Logos', 'wporg' ),17 'about/testimonials' => _ _( 'Testimonials', 'wporg' ),13 'about/philosophy' => _x( 'Philosophy', 'Page title', 'wporg' ), 14 'about/etiquette' => _x( 'Etiquette', 'Page title', 'wporg' ), 15 'about/swag' => _x( 'Swag', 'Page title', 'wporg' ), 16 'about/logos' => _x( 'Graphics & Logos', 'Page title', 'wporg' ), 17 'about/testimonials' => _x( 'Testimonials', '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( 'Philosophy', '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.