Changeset 35378
- Timestamp:
- 10/23/2015 05:37:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35358 r35378 957 957 // Filter out images that are wider than $max_srcset_width. 958 958 if ( $max_srcset_width && $img['width'] > $max_srcset_width ) { 959 $contiue;959 continue; 960 960 } 961 961
Note: See TracChangeset
for help on using the changeset viewer.