Skip to content

Commit 712a3fa

Browse files
committed
Add whitespace per WP Coding Standards
Thanks @kraftbj
1 parent 07852bb commit 712a3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.opengraph.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function jetpack_og_get_image( $width = 200, $height = 200, $max_images = 4 ) {
155155
}
156156

157157
// Attempt to find something good for this post using our generalized PostImages code
158-
if ( !$image && class_exists( 'Jetpack_PostImages' ) ) {
158+
if ( ! $image && class_exists( 'Jetpack_PostImages' ) ) {
159159
$post_images = Jetpack_PostImages::get_images( $post->ID, array( 'width' => $width, 'height' => $height ) );
160160
if ( $post_images && !is_wp_error( $post_images ) ) {
161161
$image = array();

0 commit comments

Comments
 (0)