- Timestamp:
- 08/26/2021 12:57:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r49929 r51657 475 475 $future_wordcamps = array_filter( 476 476 $future_events, 477 function( $wordcamp ) {477 static function( $wordcamp ) { 478 478 return 'wordcamp' === $wordcamp['type']; 479 479 }
Note: See TracChangeset
for help on using the changeset viewer.