Making WordPress.org


Ignore:
Timestamp:
03/15/2018 04:42:32 AM (7 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-stats.php

    r6869 r6878  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <header class="entry-header row">
    38                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Statistics', 'wporg' ); ?></h1>
     38                <h1 class="entry-title col-8"><?php esc_html_e( 'Statistics', 'wporg' ); ?></h1>
    3939            </header><!-- .entry-header -->
    4040
    4141            <div class="entry-content row">
    4242                <section class="col-8">
    43                     <p><?php _esc_html_e( 'Here are some charts showing what sorts of systems people are running WordPress on. (You&#8217;ll need JavaScript enabled to see them.)', 'wporg' ); ?></p>
     43                    <p><?php esc_html_e( 'Here are some charts showing what sorts of systems people are running WordPress on. (You&#8217;ll need JavaScript enabled to see them.)', 'wporg' ); ?></p>
    4444                    <div id="wp_versions" class="wporg-stats-chart loading"></div>
    4545                    <div id="php_versions" class="wporg-stats-chart loading"></div>
Note: See TracChangeset for help on using the changeset viewer.