Changeset 12287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-overview.php
- Timestamp:
- 12/01/2022 11:50:53 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-overview.php
r11086 r12287 11 11 ?> 12 12 <div class="stats-table"> 13 14 <?php /* todo: remove this code and the style-full-width.css file after the tests */ 15 if ( ! ( ( isset( $_GET['full-width'] ) && 'true' == $_GET['full-width'] ) ) ): ?> 13 16 <style> 14 17 .gp-content { … … 16 19 } 17 20 </style> 21 <?php endif; ?> 18 22 <table id="stats-table" class="table"> 19 23 <thead>
Note: See TracChangeset
for help on using the changeset viewer.