﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
23435,Bundled Themes: use .text() instead .html() for blogname and blogdescription in the Customizer.,mfields,lancewillett,Twenty Eleven and Twenty Twelve use the jQuery method ```.html()``` in the ```wp.customize()``` callback for both ```blogname``` and ```blogdescription```. Both of these fields are filtered through ```esc_html()``` berfore they are saved to the database. Use of ```.html()``` in the Customizer may lead to user confusion when HTML is entered in one of these fields. The HTML will work in the preview but will be rendered as entities after save. Using ```.text()``` instead of ```.html()``` will show an accurate preview their site for ```blogname``` and ```blogdescription```.,defect (bug),closed,normal,3.6,Bundled Theme,,normal,fixed,has-patch,
