Changeset 11007 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php
- Timestamp:
- 06/03/2021 06:36:20 AM (3 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
r9328 r11007 40 40 <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> 41 41 <section> 42 <h2><?php esc_html_e( 'WordPress Version', 'wporg' ); ?> </h2>42 <h2><?php esc_html_e( 'WordPress Version', 'wporg' ); ?> <a class="swap-table dashicons dashicons-editor-table" title="<?php esc_attr_e( 'View as Table', 'wporg' ); ?>" aria-hidden="true"></a></h2> 43 43 <div id="wp_versions" class="wporg-stats-chart loading"></div> 44 44 </section> 45 45 <section> 46 <h2><?php esc_html_e( 'PHP Versions', 'wporg' ); ?> </h2>46 <h2><?php esc_html_e( 'PHP Versions', 'wporg' ); ?> <a class="swap-table dashicons dashicons-editor-table" title="<?php esc_attr_e( 'View as Table', 'wporg' ); ?>" aria-hidden="true"></a></h2> 47 47 <div id="php_versions" class="wporg-stats-chart loading"></div> 48 48 </section> 49 49 <section> 50 <h2><?php esc_html_e( 'MySQL Version', 'wporg' ); ?> </h2>50 <h2><?php esc_html_e( 'MySQL Version', 'wporg' ); ?> <a class="swap-table dashicons dashicons-editor-table" title="<?php esc_attr_e( 'View as Table', 'wporg' ); ?>" aria-hidden="true"></a></h2> 51 51 <div id="mysql_versions" class="wporg-stats-chart loading"></div> 52 52 </section> 53 53 <section> 54 <h2><?php esc_html_e( 'Locales', 'wporg' ); ?> </h2>54 <h2><?php esc_html_e( 'Locales', 'wporg' ); ?> <a class="swap-table dashicons dashicons-editor-table" title="<?php esc_attr_e( 'View as Table', 'wporg' ); ?>" aria-hidden="true"></a></h2> 55 55 <div id="locales" class="wporg-stats-chart loading"></div> 56 56 </section>
Note: See TracChangeset
for help on using the changeset viewer.