Changes between Version 1 and Version 2 of Ticket #50280, comment 24
- Timestamp:
- 07/27/2020 03:39:57 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50280, comment 24
v1 v2 9 9 At least in the case of Plugins, WordPress knows if a plugin supports automatic updates, the plugins update check API returns all known plugins (It's how the 'Visit plugin site' changes to 'View details'). I believe most 3rd party update scripts also do something to fill in the required `no_update` transient key. 10 10 11 [https://github.com/WordPress/wordpress-develop/pull/431 PR431] implements a basic unavailable warning here, although the [https:// user-images.githubusercontent.com/767313/88501332-7b998680-d00e-11ea-8791-4dd6ac4e014c.pngUI may want a bit more work].11 [https://github.com/WordPress/wordpress-develop/pull/431 PR431] implements a basic unavailable warning here, although the [https://github.com/WordPress/wordpress-develop/pull/431#issuecomment-664102044 UI may want a bit more work]. 12 12 This can probably be punted to being worked on for 5.5.1, existing commits not withstanding.