Changeset 6797 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.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-swag.php
r6744 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() { … … 28 35 } ); 29 36 30 get_header( );37 get_header( 'child-page' ); 31 38 the_post(); 32 39 ?> … … 36 43 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 37 44 <header class="entry-header"> 38 <h1 class="entry-title "><?php _esc_html_e( 'Swag', 'wporg' ); ?></h1>45 <h1 class="entry-title col-8"><?php _esc_html_e( 'Swag', 'wporg' ); ?></h1> 39 46 </header><!-- .entry-header --> 40 47
Note: See TracChangeset
for help on using the changeset viewer.