Making WordPress.org


Ignore:
Timestamp:
11/24/2016 01:38:06 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Clean up the section templates, bring some custom functionality into their respective shortcodes and shifting the read-more logic from CSS/JS to PHP/HTML.

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  
    1212use WordPressdotorg\Plugin_Directory\Template;
    1313?>
    14 <div id="admin">
     14<div id="admin" class="section">
    1515    <h2><?php _e( 'Plugin Stats', 'wporg-plugins' ); ?></h2>
    1616
    17     <h3><?php _e( 'Active versions', 'wporg-plugins' ); ?></h3>
     17    <h4><?php _e( 'Active versions', 'wporg-plugins' ); ?></h4>
    1818    <div id="plugin-version-stats" class="chart"></div>
    1919
    20     <h3><?php _e( 'Downloads Per Day', 'wporg-plugins' ); ?></h3>
     20    <h4><?php _e( 'Downloads Per Day', 'wporg-plugins' ); ?></h4>
    2121    <div id="plugin-download-stats" class="chart"></div>
    2222
    23     <h4><?php _e( 'Downloads history', 'wporg-plugins' ); ?></h4>
     23    <h5><?php _e( 'Downloads history', 'wporg-plugins' ); ?></h5>
    2424    <table id="plugin-download-history-stats"><tbody></tbody></table>
    2525
Note: See TracChangeset for help on using the changeset viewer.