- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r54338 r56559 484 484 $future_wordcamps = array_filter( 485 485 $future_events, 486 static function ( $wordcamp ) {486 static function ( $wordcamp ) { 487 487 return 'wordcamp' === $wordcamp['type']; 488 488 }
Note: See TracChangeset
for help on using the changeset viewer.