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