Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7215 closed enhancement (fixed)

Accessibility: Bump heading in profile-wp.php

Reported by: mercime's profile mercime Owned by: mercime's profile 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)

7215.patch (813 bytes) - added by mercime 8 years ago.

Download all attachments as: .zip

Change History (3)

@mercime
8 years ago

#1 @mercime
8 years ago

  • Keywords has-patch added

#2 @mercime
8 years ago

  • Owner set to mercime
  • Resolution set to fixed
  • Status changed from new to closed

In 11004:

Accessibility: Bump heading in profile-wp.php.

Fixes #7215.

Note: See TracTickets for help on using tickets.