Skip to content

Commit

Permalink
removing extra equals sign
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Aug 25, 2015
1 parent a81a340 commit 5fcc197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-tevko-responsive-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function tevkori_get_srcset_array( $id, $size = 'thumbnail' ) {
}
}

if ( count( $arr ) <== 1 ) {
if ( count( $arr ) <= 1 ) {
return false;
}

Expand Down

0 comments on commit 5fcc197

Please sign in to comment.