Changeset 6878 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php
- Timestamp:
- 03/15/2018 04:42:32 AM (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
r6869 r6878 29 29 // See inc/page-meta-descriptions.php for the meta description for this page. 30 30 31 // Translatoin Note: Currently this is translated through https://github.com/WordPress/Security-White-Paper 32 31 33 get_header( 'child-page' ); 32 34 the_post(); … … 37 39 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 38 40 <header class="entry-header"> 39 <h1 class="entry-title col-8"><?php _esc_html_e( 'Security', 'wporg' ); ?></h1>41 <h1 class="entry-title col-8"><?php esc_html_e( 'Security', 'wporg' ); ?></h1> 40 42 </header><!-- .entry-header --> 41 43
Note: See TracChangeset
for help on using the changeset viewer.