Changeset 42826
- Timestamp:
- 03/11/2018 10:34:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r42728 r42826 457 457 $trimmed_event_types = wp_list_pluck( $response_body['events'], 'type' ); 458 458 459 // Make sure the soonest upcoming WordCamp sis pinned in the list.459 // Make sure the soonest upcoming WordCamp is pinned in the list. 460 460 if ( ! in_array( 'wordcamp', $trimmed_event_types ) && $wordcamps ) { 461 461 array_pop( $response_body['events'] );
Note: See TracChangeset
for help on using the changeset viewer.