#9377 closed defect (bug) (fixed)
Theme API mangles theme descriptions
Reported by: | wet | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
Description
themes_api() receives theme descriptions with double escaped quotes and other defects from http://api.wordpress.org/themes/info/1.0/. This breaks theme descriptions which contain links.
E.g., the Fusion theme's description is mangeled into:
Light and clean Wordpress theme from <a href="//digitalnature.ro/%22">digitalnature</a>. Localization support and theme options available
NB the missing protocol part and the trailing '%22' entity in the href attribute's value.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This has been fixed now.