#7611 closed enhancement (fixed)
Accessibility: Cleaner h1 heading for BP admin screens
Reported by: | mercime | Owned by: | slaFFik |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch has-screenshots |
Cc: |
Description
WP#26601 (WP 4.8) removed extraneous content (Add New links) from the main heading for all admin screens https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/
BP admin screens with links inside h1 heading:
- Groups (Add New)
- Members (Add New)
- xProfile (Add New Field Group)
Attachments (4)
Change History (8)
#1
@
7 years ago
- Component changed from Core to Administration
- Milestone changed from Awaiting Review to Future Release
- Owner set to slaFFik
- Type changed from defect (bug) to enhancement
#2
@
7 years ago
- Keywords has-patch has-screenshots added
7611.patch - adds the new class to the H1
headings, replaces the class in the link to new page/field, and adds an HR
at the end of the link and search results (when used) similar to how the markup was implemented in WP core.
Attached screenshots show the effects of the new markup on WP 4.5.10 / BPTrunk without the CSS and JS included in WP core ticket.
7611-wp-version.patch - wraps the new markup with wp_version comparison.
WP 4.5.10 / BP Trunk Group Edit Screen