Changeset 6878 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php
- Timestamp:
- 03/15/2018 04:42:32 AM (7 years ago)
- 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 36 36 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 37 37 <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> 39 39 </header><!-- .entry-header --> 40 40 41 41 <div class="entry-content row"> 42 42 <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’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’ll need JavaScript enabled to see them.)', 'wporg' ); ?></p> 44 44 <div id="wp_versions" class="wporg-stats-chart loading"></div> 45 45 <div id="php_versions" class="wporg-stats-chart loading"></div>
Note: See TracChangeset
for help on using the changeset viewer.