Changeset 4410 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-admin.php
- Timestamp:
- 11/24/2016 01:38:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-admin.php
r4260 r4410 12 12 use WordPressdotorg\Plugin_Directory\Template; 13 13 ?> 14 <div id="admin" >14 <div id="admin" class="section"> 15 15 <h2><?php _e( 'Plugin Stats', 'wporg-plugins' ); ?></h2> 16 16 17 <h 3><?php _e( 'Active versions', 'wporg-plugins' ); ?></h3>17 <h4><?php _e( 'Active versions', 'wporg-plugins' ); ?></h4> 18 18 <div id="plugin-version-stats" class="chart"></div> 19 19 20 <h 3><?php _e( 'Downloads Per Day', 'wporg-plugins' ); ?></h3>20 <h4><?php _e( 'Downloads Per Day', 'wporg-plugins' ); ?></h4> 21 21 <div id="plugin-download-stats" class="chart"></div> 22 22 23 <h 4><?php _e( 'Downloads history', 'wporg-plugins' ); ?></h4>23 <h5><?php _e( 'Downloads history', 'wporg-plugins' ); ?></h5> 24 24 <table id="plugin-download-history-stats"><tbody></tbody></table> 25 25
Note: See TracChangeset
for help on using the changeset viewer.