Opened 6 weeks ago
#7985 new defect (bug)
Remove uses of `pluginZipFile` in playground blueprints
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | General | Keywords: | |
Cc: |
Description
Multiple places on WordPress.org use the deprecated pluginZipFile
option in blueprints that causes confusion among many, such as this: https://github.com/WordPress/wordpress-playground/issues/2083
This is used in multiple projects on WordPress.org which should be migrated to the pluginData
object instead:
https://github.com/search?q=repo%3AWordPress%2Fwordpress.org%20pluginZipFile&type=code
- Plugin Directory (Previews, Plugin Check)
- Theme Directory (Previews - not active)
- Translate.w.org: "Translate Live" for plugins/themes
Note: See
TracTickets for help on using
tickets.