Ticket #29572: 29572.3.diff
| File 29572.3.diff, 623 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/class-wp-customize-control.php
218 218 } 219 219 220 220 $this->json['type'] = $this->type; 221 $this->json['label'] = $this->label;222 $this->json['description'] = $this->description;221 $this->json['label'] = html_entity_decode( $this->label ); 222 $this->json['description'] = html_entity_decode( $this->description ); 223 223 $this->json['active'] = $this->active(); 224 224 } 225 225
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)