Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #22100


Ignore:
Timestamp:
10/04/2012 04:05:46 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22100

    • Property Keywords has-patch added
    • Property Cc ocean90 added
    • Property Summary changed from Introduce register_image_size() to Get rid of $_wp_additional_image_sizes
  • Ticket #22100 – Description

    initial v5  
    330. Have a solid API for working with intermediate image size definitions.
    44
    5 1. Make default image sizes go through register_image_size(), instead of having an ugly `$_wp_additional_image_sizes` global.
     51. Don't hardcode default image sizes; register them like any other.
    66
    772. Introduce a 'pregenerate' arg, which will allow defining an image size that will not be automatically generated right after upload.