wp/wp-includes/customize/class-wp-customize-upload-control.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    16  */
    16  */
    17 class WP_Customize_Upload_Control extends WP_Customize_Media_Control {
    17 class WP_Customize_Upload_Control extends WP_Customize_Media_Control {
    18 	public $type          = 'upload';
    18 	public $type          = 'upload';
    19 	public $mime_type     = '';
    19 	public $mime_type     = '';
    20 	public $button_labels = array();
    20 	public $button_labels = array();
    21 	public $removed       = ''; // unused
    21 	public $removed       = '';   // Unused.
    22 	public $context; // unused
    22 	public $context;              // Unused.
    23 	public $extensions = array(); // unused
    23 	public $extensions = array(); // Unused.
    24 
    24 
    25 	/**
    25 	/**
    26 	 * Refresh the parameters passed to the JavaScript via JSON.
    26 	 * Refresh the parameters passed to the JavaScript via JSON.
    27 	 *
    27 	 *
    28 	 * @since 3.4.0
    28 	 * @since 3.4.0