Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#9377 closed defect (bug) (fixed)

Theme API mangles theme descriptions

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

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

This has been fixed now.

  • Milestone Unassigned deleted

comment:3   dd324 years ago

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