Changeset 7434 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports/views/report/wordcamp-status.php
- Timestamp:
- 07/12/2018 12:22:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports/views/report/wordcamp-status.php
r6662 r7434 66 66 67 67 <?php if ( $report instanceof Report\WordCamp_Status ) : ?> 68 <?php $report->render_html(); ?> 68 <div class="report-results"> 69 <?php $report->render_html(); ?> 70 </div> 69 71 <?php endif; ?> 70 72 </div>
Note: See TracChangeset
for help on using the changeset viewer.