Changeset 32885
- Timestamp:
- 06/20/2015 06:15:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r32873 r32885 719 719 public function to_json() { 720 720 parent::to_json(); 721 $this->json['label'] = html_entity_decode( $this->label, ENT_QUOTES, get_bloginfo( 'charset' ) ); 721 722 $this->json['mime_type'] = $this->mime_type; 722 723 $this->json['button_labels'] = $this->button_labels;
Note: See TracChangeset
for help on using the changeset viewer.