Responsive Images: fix typo in r35358.
Props aduth. See #34341. Built from https://develop.svn.wordpress.org/trunk@35378 git-svn-id: http://core.svn.wordpress.org/trunk@35342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e016e6fde6
commit
902f0f1a98
|
@ -956,7 +956,7 @@ function wp_get_attachment_image_srcset_array( $attachment_id, $size = 'medium'
|
|||
|
||||
// Filter out images that are wider than $max_srcset_width.
|
||||
if ( $max_srcset_width && $img['width'] > $max_srcset_width ) {
|
||||
$contiue;
|
||||
continue;
|
||||
}
|
||||
|
||||
$candidate_url = path_join( dirname( $img_url ), $img['file'] );
|
||||
|
|
Loading…
Reference in New Issue