Changeset 7574
- Timestamp:
- 08/01/2018 12:32:41 AM (8 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports
- Files:
-
- 2 edited
-
classes/report/class-meetup-events.php (modified) (1 diff)
-
views/html/meetup-events.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports/classes/report/class-meetup-events.php
r7573 r7574 262 262 } 263 263 264 $compiled_data['countries_with_events'] = count( $compiled_data['total_events_by_country'] ); 265 264 266 try { 265 267 $events_by_group = $this->sort_events_by_field( 'group', $data ); -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports/views/html/meetup-events.php
r7573 r7574 16 16 17 17 <h4>By country</h4> 18 19 <table class="striped widefat but-not-too-wide"> 20 <tr> 21 <td>Countries with at least one event during the date range</td> 22 <td class="number"><?php echo number_format_i18n( $data['countries_with_events'] ); ?></td> 23 </tr> 24 </table> 18 25 19 26 <table class="striped widefat but-not-too-wide">
Note: See TracChangeset
for help on using the changeset viewer.