Opened 8 years ago
Closed 8 years ago
#7215 closed enhancement (fixed)
Accessibility: Bump heading in profile-wp.php
Reported by: | mercime | Owned by: | mercime |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
Basic rationale: see #6871
Current headings:
<h1>Name</h1>
<h2>username</h2>
profile-wp.php
<h4><?php bp_is_my_profile() ? _e( 'My Profile', 'buddypress' ) ... </h4>
=> <h2> ... </h2>
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 11004: