equal
deleted
inserted
replaced
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 |