mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@33280 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1005,9 +1005,9 @@ class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control {
|
||||
*
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @see WP_Customize_Image_Control
|
||||
* @see WP_Customize_Media_Control
|
||||
*/
|
||||
class WP_Customize_Cropped_Image_Control extends WP_Customize_Image_Control {
|
||||
class WP_Customize_Cropped_Image_Control extends WP_Customize_Media_Control {
|
||||
|
||||
/**
|
||||
* Control type.
|
||||
|
||||
Reference in New Issue
Block a user