Opened 11 months ago
Closed 11 months ago
#60772 closed defect (bug) (worksforme)
Consistency issue in update-core.php page.
Reported by: | sebastienserre | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | close |
Focuses: | administration | Cc: |
Description
We have a consistency issue on /wp-admin/update-core.php
When plugins and themes are up-to-date, the sections are displayed with a message "Your plugins (themes) are all up to date."
The translation section is displayed only when translation updates are available.
I think we should do the same as for plugins and themes.
Attachments (1)
Change History (6)
#2
@
11 months ago
While translations updates are done "silently" within other updates, I don't see any reason to not be consistent with Plugin and Theme sections indeed.
#3
@
11 months ago
For consistency, I think the "Translation" section should always appear, and have also "Core, plugins and themes translations are all up to date."
Translations updates should be listed as requested in #34907.
#4
@
11 months ago
- Keywords close added; needs-patch 2nd-opinion removed
OK, my website was set to en_US, so of course the section is hidden.
https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/update-core.php#L818
Related: #34907