Changeset 44566 for trunk/src/wp-includes/media.php
- Timestamp:
- 01/11/2019 06:39:55 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r44548 r44566 105 105 $max_width = min( intval( $content_width ), $max_width ); 106 106 } 107 } // $size == 'full' has no constraint 108 else { 107 } else { // $size == 'full' has no constraint 109 108 $max_width = $width; 110 109 $max_height = $height;
Note: See TracChangeset
for help on using the changeset viewer.