- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-image-control.php
r41550 r42343 16 16 */ 17 17 class WP_Customize_Image_Control extends WP_Customize_Upload_Control { 18 public $type = 'image';18 public $type = 'image'; 19 19 public $mime_type = 'image'; 20 20 … … 35 35 public function add_tab( $id, $label, $callback ) { 36 36 _deprecated_function( __METHOD__, '4.1.0' ); 37 }37 } 38 38 39 39 /** … … 45 45 public function remove_tab( $id ) { 46 46 _deprecated_function( __METHOD__, '4.1.0' ); 47 }47 } 48 48 49 49 /** … … 56 56 public function print_tab_image( $url, $thumbnail_url = null ) { 57 57 _deprecated_function( __METHOD__, '4.1.0' ); 58 }58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.