Make WordPress Core


Ignore:
Timestamp:
10/23/2015 05:37:35 PM (8 years ago)
Author:
azaozz
Message:

Responsive Images: fix typo in r35358.

Props aduth.
See #34341.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r35358 r35378  
    957957        // Filter out images that are wider than $max_srcset_width.
    958958        if ( $max_srcset_width && $img['width'] > $max_srcset_width ) {
    959             $contiue;
     959            continue;
    960960        }
    961961
Note: See TracChangeset for help on using the changeset viewer.