Opened 8 years ago
Closed 8 years ago
#2723 closed defect (bug) (fixed)
Popular plugins feed doesn't validate
Reported by: | iandunn | Owned by: | iandunn |
---|---|---|---|
Milestone: | Plugin Directory v3.0 | Priority: | normal |
Component: | Plugin Directory | Keywords: | has-patch commit |
Cc: |
Description
The popular plugins feed (which is fetched by the News dashboard widget in Core) is outputting invalid. Because of that, the News widget isn't showing the plugins.
var_dump( fetch_feed( 'https://wordpress.org/plugins/browse/popular/feed/' ) ):
object(WP_Error)[791] public 'errors' => array (size=1) 'simplepie-error' => array (size=1) 0 => string 'This XML document is invalid, likely due to invalid characters. XML error: Undeclared entity error at line 11, column 24' (length=120) public 'error_data' => array (size=0) empty
I'm guessing this broke with the launch of the new directory.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Possibly related: #624
Related https://core.trac.wordpress.org/ticket/40416