Opened 10 years ago
Last modified 21 months ago
#24442 closed enhancement
Visit theme/plugin/author homepage vs Visit theme/plugin/author site — at Version 4
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | accessibility, ui-copy | Cc: |
Description (last modified by )
See:
1) wp-admin/includes/class-wp-ms-themes-list-table.php: Visit theme homepage and Visit Theme Site
2) wp-admin/includes/class-wp-plugins-list-table.php: Visit plugin site (2 same strings)
3) wp-admin/includes/plugin.php: Visit plugin homepage
4) wp-admin/includes/class-wp-plugins-list-table.php, wp-admin/includes/plugin.php, wp-includes/class-wp-theme.php: Visit author homepage
These strings should be consistent but I'm not sure whether to go with site or homepage. I also suggest remove the redundant title
attribute in 2).
FYI, the strings only appear in the files that listed above.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Updates:
That
aria-label
might be better as "Visit theme site for [theme name]" so its beginning matches the visible link text (at least in English). 24442.diff edits the theme site link label (network themes admin screen), and it adds a similar label on the plugin URI link when the plugin is outside the directory.