Changeset 6972 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php
- Timestamp:
- 03/29/2018 04:39:13 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
r6950 r6972 11 11 12 12 $GLOBALS['menu_items'] = [ 13 'about/requirements' => _ _( 'Requirements', 'wporg' ),14 'about/features' => _ _( 'Features', 'wporg' ),15 'about/security' => _ _( 'Security', 'wporg' ),16 'about/roadmap' => _ _( 'Roadmap', 'wporg' ),17 'about/history' => _ _( 'History', 'wporg' ),13 'about/requirements' => _x( 'Requirements', 'Page title', 'wporg' ), 14 'about/features' => _x( 'Features', 'Page title', 'wporg' ), 15 'about/security' => _x( 'Security', 'Page title', 'wporg' ), 16 'about/roadmap' => _x( 'Roadmap', 'Page title', 'wporg' ), 17 'about/history' => _x( 'History', 'Page title', 'wporg' ), 18 18 ]; 19 19 … … 38 38 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 39 39 <header class="entry-header"> 40 <h1 class="entry-title col-8"><?php esc_html_e( 'Security', 'wporg'); ?></h1>40 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 41 41 </header><!-- .entry-header --> 42 42
Note: See TracChangeset
for help on using the changeset viewer.