Changeset 6797 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php
- Timestamp:
- 02/27/2018 11:31:19 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-logos.php
r6755 r6797 14 14 } 15 15 16 $GLOBALS['menu_items'] = [ 17 'philosophy' => __( 'Philosophy', 'wporg' ), 18 'etiquette' => __( 'Etiquette', 'wporg' ), 19 'swag' => __( 'Swag', 'wporg' ), 20 'logos' => __( 'Graphics & Logos', 'wporg' ), 21 ]; 22 16 23 // Prevent Jetpack from looking for a non-existent featured image. 17 24 add_filter( 'jetpack_images_pre_get_images', function() { … … 19 26 } ); 20 27 21 get_header( );28 get_header( 'child-page' ); 22 29 the_post(); 23 30 ?> … … 27 34 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 28 35 <header class="entry-header"> 29 <h1 class="entry-title "><?php _esc_html_e( 'Graphics & Logos', 'wporg' ); ?></h1>36 <h1 class="entry-title col-8"><?php _esc_html_e( 'Graphics & Logos', 'wporg' ); ?></h1> 30 37 </header><!-- .entry-header --> 31 38
Note: See TracChangeset
for help on using the changeset viewer.