Making WordPress.org


Ignore:
Timestamp:
04/13/2018 05:24:28 PM (8 years ago)
Author:
iandunn
Message:

WP15: Internationalize site titles.

See #3568.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php

    r6998 r7106  
    88                                <header class="entry-header">
    99                                        <h1 class="entry-title">
    10                                                 <?php
    11 
    12                                                 // translators: The name of the page that describes the WP15 celebrations.
    13                                                 esc_html_e( 'About', 'wp15' );
    14 
    15                                                 ?>
     10                                                <?php the_title(); ?>
    1611                                        </h1>
    1712                                </header>
Note: See TracChangeset for help on using the changeset viewer.