Changeset 19593 for trunk/wp-includes/media.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r18827 r19593 54 54 } 55 55 elseif ( $size == 'large' ) { 56 // we're inserting a large size image into the editor. if it's a really56 // We're inserting a large size image into the editor. If it's a really 57 57 // big image we'll scale it down to fit reasonably within the editor 58 // itself, and within the theme's content width if it's known. the user58 // itself, and within the theme's content width if it's known. The user 59 59 // can resize it in the editor if they wish. 60 60 $max_width = intval(get_option('large_size_w'));
Note: See TracChangeset
for help on using the changeset viewer.