[wp-trac] [WordPress Trac] #63214: The View Version Details Link in Theme Updates Doesn't Show Version Details
WordPress Trac
noreply at wordpress.org
Wed Apr 2 10:32:06 UTC 2025
#63214: The View Version Details Link in Theme Updates Doesn't Show Version Details
--------------------------+------------------------------
Reporter: jeffr0 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by kasparsd):
Built [https://github.com/kasparsd/wordpress-develop/pull/1 a prototype]
to check the amount of changes required to make the theme details popup
match the plugin lightbox:
1. Update `install_theme_information()` in `wp-admin/includes/theme-
install.php` to match the plugin
[https://developer.wordpress.org/reference/functions/install_plugin_information/
install_plugin_information()].
2. Introduce `install_theme_install_status()` and
`wp_get_theme_action_button()` to match the plugin counterparts
[https://developer.wordpress.org/reference/functions/install_plugin_install_status/
install_plugin_install_status()] and.
[https://developer.wordpress.org/reference/functions/wp_get_plugin_action_button/
wp_get_plugin_action_button()].
[[Image(https://cldup.com/E9siHnw8AL.gif)]]
Considering that theme and plugin detail views during install and update
are radically different, **I'm wondering if we should simply append the
readme sections to the existing detail views instead?**
[[Image(https://cldup.com/-VjPnlTLE7.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63214#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list