Skip to content

Commit

Permalink
PHPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jul 18, 2024
1 parent 34ab2be commit 5a63bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media-funcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function openlab_whats_happening_activity_items() {
// Post-query filter to ensure that no "invisible" post items are included.
$cached = array_filter(
$cached,
function( $activity ) {
function ( $activity ) {
if ( 'groups' !== $activity->component ) {
return true;
}
Expand Down

0 comments on commit 5a63bd1

Please sign in to comment.