Changeset 6797 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.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-history.php
r6756 r6797 13 13 return get_template_part( 'page' ); 14 14 } 15 16 $GLOBALS['menu_items'] = [ 17 'requirements' => __( 'Requirements', 'wporg' ), 18 'features' => __( 'Features', 'wporg' ), 19 'security' => __( 'Security', 'wporg' ), 20 'roadmap' => __( 'Roadmap', 'wporg' ), 21 'history' => __( 'History', 'wporg' ), 22 ]; 15 23 16 24 // Prevent Jetpack from looking for a non-existent featured image. … … 29 37 } ); 30 38 31 get_header( );39 get_header( 'child-page' ); 32 40 the_post(); 33 41 ?> … … 37 45 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 38 46 <header class="entry-header"> 39 <h1 class="entry-title "><?php _esc_html_e( 'History', 'wporg' ); ?></h1>47 <h1 class="entry-title col-8"><?php _esc_html_e( 'History', 'wporg' ); ?></h1> 40 48 </header><!-- .entry-header --> 41 49
Note: See TracChangeset
for help on using the changeset viewer.