Skip to content

Commit 77669b6

Browse files
committed
Cover up for WPCS’s unawareness.
1 parent 85a18bc commit 77669b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5381,7 +5381,7 @@ function get_post_galleries( $post, $html = true, $max_galleries = PHP_INT_MAX )
53815381
$ids[] = $id;
53825382
$url = wp_get_attachment_url( $id );
53835383

5384-
if ( is_string( $url ) && !in_array( $url, $srcs, true ) ) {
5384+
if ( is_string( $url ) && ! in_array( $url, $srcs, true ) ) {
53855385
$srcs[] = $url;
53865386
}
53875387
}

0 commit comments

Comments
 (0)