Changeset 7905
- Timestamp:
- 11/27/2018 01:40:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports/classes/report/class-meetup-events.php
r7904 r7905 328 328 */ 329 329 protected function sort_events_by_field( $field, array $data ) { 330 if ( empty( $data ) ) { 331 return $data; 332 } 333 330 334 if ( ! array_key_exists( $field, $data[0] ) ) { 331 335 throw new Exception( sprintf(
Note: See TracChangeset
for help on using the changeset viewer.