Changeset 6583 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-logos.php
- Timestamp:
- 02/09/2018 08:49:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-logos.php
r6580 r6583 18 18 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 19 19 <header class="entry-header"> 20 <h1 class="entry-title"><?php esc_html_e( 'Logos and Graphics', 'wporg-dev' ); ?></h1>20 <h1 class="entry-title"><?php _esc_html_e( 'Logos and Graphics', 'wporg' ); ?></h1> 21 21 </header><!-- .entry-header --> 22 22 … … 210 210 edit_post_link( 211 211 sprintf( 212 /* translators: %s: Name of current post */212 /* translators: %s: Name of current post */ 213 213 esc_html__( 'Edit %s', 'wporg' ), 214 214 the_title( '<span class="screen-reader-text">"', '"</span>', false ) … … 222 222 </main><!-- #main --> 223 223 224 <?php224 <?php 225 225 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.