Make WordPress Core


Ignore:
Timestamp:
07/15/2015 07:53:23 PM (8 years ago)
Author:
obenland
Message:

Customize: Provide a default way to save cropped images.

Allows plugins and themes to use WP_Customize_Cropped_Image_Control without
having to define their own way of saving the cropped image.

Props celloexpressions for initial patch.
Fixes #29211.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r33216 r33280  
    10061006 * @since 4.3.0
    10071007 *
    1008  * @see WP_Customize_Image_Control
     1008 * @see WP_Customize_Media_Control
    10091009 */
    1010 class WP_Customize_Cropped_Image_Control extends WP_Customize_Image_Control {
     1010class WP_Customize_Cropped_Image_Control extends WP_Customize_Media_Control {
    10111011
    10121012    /**
Note: See TracChangeset for help on using the changeset viewer.