Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#3503 closed defect (bug) (fixed)

Plugin icons on forum views are using old tables

Reported by: clorith's profile Clorith Owned by: ocean90's profile ocean90
Milestone: Priority: normal
Component: Support Forums Keywords:
Cc:

Description

The new plugin directory has a new location for plugin icons, this means if you update your icon, the one shown on review and support pages will be the old one (or a default one if you didn't have one previously, or if your plugin is new).

See https://wordpress.org/plugins/health-check/ vs https://wordpress.org/support/plugin/health-check as an example.

The icon is fetched through wporg_get_plugin_icon() in extend/plugins-plugins/_plugin-icons.php, this function isn't open sourced though. This should probably just be updated to use the same method as the new plugin directory.

Attachments (1)

3503.patch (2.1 KB) - added by ocean90 7 years ago.

Download all attachments as: .zip

Change History (3)

#1 @Clorith
7 years ago

  • Component changed from General to Support Forums

@ocean90
7 years ago

#2 @ocean90
7 years ago

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

In 6850:

Support Forums: Use new Plugin Directory code to obtain plugin icons.

Fixes #3503.

Note: See TracTickets for help on using tickets.