Make WordPress Core


Ignore:
Timestamp:
08/11/2008 03:54:26 AM (17 years ago)
Author:
ryan
Message:

Separate Large and Full image sizes. Props tellyworth. fixes #7151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/image.php

    r8600 r8612  
    9797
    9898        // make thumbnails and other intermediate sizes
    99         $sizes = array('thumbnail', 'medium');
     99        $sizes = array('thumbnail', 'medium', 'large');
    100100        $sizes = apply_filters('intermediate_image_sizes', $sizes);
    101101
Note: See TracChangeset for help on using the changeset viewer.