Changes between Version 1 and Version 2 of Ticket #50593, comment 3
- Timestamp:
- 07/12/2020 09:31:48 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50593, comment 3
v1 v2 1 1 Added a PR with validation to themes and plugins. 2 2 I'm using the same strings from [https://core.trac.wordpress.org/ticket/9757 9757] to keep UX. 3 4 I guess we can improve this UI at least with the link do **HelpHub** like @desrosj suggested (wp_get_update_php_url / wp_get_default_update_php_url / wp_get_update_php_annotation). 5 6 Maybe keep version string in another line? 7 8 9 ---- 10 3 11 4 12 Here are prints for each case: … … 9 17 **WP Version for Theme** 10 18 [[Image(https://i.imgur.com/bedGCVw.png)]] 11 12 I guess we can improve this UI at least with the link do **HelpHub** like @desrosj suggested.13 Maybe keep version string in another line?