Making WordPress.org


Ignore:
Timestamp:
02/09/2018 08:49:21 PM (8 years ago)
Author:
obenland
Message:

Main: Add remaining about page templates.

Work in progress.

See #3046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-logos.php

    r6580 r6583  
    1818        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1919            <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>
    2121            </header><!-- .entry-header -->
    2222
     
    210210            edit_post_link(
    211211                sprintf(
    212                 /* translators: %s: Name of current post */
     212                    /* translators: %s: Name of current post */
    213213                    esc_html__( 'Edit %s', 'wporg' ),
    214214                    the_title( '<span class="screen-reader-text">"', '"</span>', false )
     
    222222    </main><!-- #main -->
    223223
    224     <?php
     224<?php
    225225get_footer();
Note: See TracChangeset for help on using the changeset viewer.