#9377 closed defect (bug) (fixed)
Theme API mangles theme descriptions
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | WordPress.org site | Version: | |
| Severity: | normal | Keywords: | |
| 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)
comment:1
josephscott — 4 years ago
- Resolution set to fixed
- Status changed from new to closed
- Milestone Unassigned deleted
Note: See
TracTickets for help on using
tickets.

This has been fixed now.