Changeset 31698 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 03/10/2015 06:01:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r31697 r31698 1140 1140 /* Control Types (custom control classes) */ 1141 1141 $this->register_control_type( 'WP_Customize_Color_Control' ); 1142 $this->register_control_type( 'WP_Customize_Media_Control' ); 1142 1143 $this->register_control_type( 'WP_Customize_Upload_Control' ); 1143 1144 $this->register_control_type( 'WP_Customize_Image_Control' );
Note: See TracChangeset
for help on using the changeset viewer.