Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43633, comment 9


Ignore:
Timestamp:
06/10/2021 05:34:14 PM (4 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43633, comment 9

    initial v1  
    22
    33However, combining the two links seems possible with something like [attachment:"43633.3.diff"].
    4 1. "Edit profile" is included within the 'user-info' link with the `display-name` class to keep the same styling. That span also has a `edit-profile-link` class for plugin authors who might wish to change those styles.
     41. "Edit profile" is included within the 'user-info' link, with the `display-name` class to keep the same styling. That span also has an `edit-profile-link` class for plugin authors who might wish to change those styles.
    552. I don't think the username adds any value for screen reader users, so it has `aria-hidden` (if I'm wrong, that attribute can be removed).