#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | accessibility, administration |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related: #35167 (The original ticket)