Changeset 6797 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.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-roadmap.php
r6744 r6797 14 14 } 15 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 ]; 23 16 24 // Prevent Jetpack from looking for a non-existent featured image. 17 25 add_filter( 'jetpack_images_pre_get_images', function() { … … 28 36 } ); 29 37 30 get_header( );38 get_header( 'child-page' ); 31 39 the_post(); 32 40 … … 38 46 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 39 47 <header class="entry-header"> 40 <h1 class="entry-title "><?php _esc_html_e( 'Roadmap', 'wporg' ); ?></h1>48 <h1 class="entry-title col-8"><?php _esc_html_e( 'Roadmap', 'wporg' ); ?></h1> 41 49 </header><!-- .entry-header --> 42 50
Note: See TracChangeset
for help on using the changeset viewer.