Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#9377 closed defect (bug) (fixed)

Theme API mangles theme descriptions

Reported by: wet's profile 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)

#1 @josephscott
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

This has been fixed now.

#2 @Denis-de-Bernardy
16 years ago

  • Milestone Unassigned deleted

#3 @dd32
15 years ago

  • Component changed from Themes to WordPress.org
Note: See TracTickets for help on using tickets.