#36048 closed defect (bug) (fixed)
Move the aria-label text into a separate translation string in wp_plugin_update_row() and wp_theme_update_row()
Reported by: | ramiy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | accessibility, administration | Cc: |
Description
Related: #36014
The newly added aria-label=""
in wp_plugin_update_row()
and wp_theme_update_row()
makes the translation string very hard to translate.
Replacing the text inside the aria-label attribute with a %3$s
placeholder makes it shorter and translator-friendly.
See the attached patch.
Attachments (2)
Change History (11)
This ticket was mentioned in Slack in #accessibility by ramiy. View the logs.
9 years ago
#4
@
9 years ago
- Focuses accessibility added
Same should be applied to themes get_theme_update_available()
function.
See the second patch.
Note: See
TracTickets for help on using
tickets.
Related: #35167 (The original ticket)