Changeset 8670
- Timestamp:
- 08/19/2008 05:08:18 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r8653 r8670 550 550 $enabled = ( $downsize[3] || 'full' == $size ); 551 551 $css_id = "image-size-{$size}-{$post->ID}"; 552 // if this size is the default but that's not available, don't select it 553 if ( $checked && !$enabled ) 554 $checked = ''; 552 555 // if $checked was not specified, default to the first available size that's bigger than a thumbnail 553 556 if ( !$checked && $enabled && 'thumbnail' != $size )
Note: See TracChangeset
for help on using the changeset viewer.