Making WordPress.org


Ignore:
Timestamp:
03/15/2018 04:42:32 AM (8 years ago)
Author:
dd32
Message:

Main: About: Mark the strings as translatable.
Some strings are deliberately not translated right now.

See #3046.

File:
1 edited

Legend:

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

    r6869 r6878  
    3737                <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3838                        <header class="entry-header">
    39                                 <h1 class="entry-title col-8"><?php _esc_html_e( 'History', 'wporg' ); ?></h1>
     39                                <h1 class="entry-title col-8"><?php esc_html_e( 'History', 'wporg' ); ?></h1>
    4040                        </header><!-- .entry-header -->
    4141
Note: See TracChangeset for help on using the changeset viewer.