Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

#7214 closed enhancement (fixed)

Accessibility: Bump heading in single message screen

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 has-screenshots
Cc:

Description

Basic rationale: see #6871

Current headings:
<h1>Name</h1>
<h2>username</h2>
messages/single.php
<h3 id="message-subject"><?php bp_the_thread_subject(); ?></h3> => <h2> ... </h2>

Patch and screenshots coming up.

Attachments (8)

7214.patch (602 bytes) - added by mercime 9 years ago.
2010-single-message.png (15.8 KB) - added by mercime 9 years ago.
2010 theme
2011-single-message.png (12.1 KB) - added by mercime 9 years ago.
2012-single-message.png (12.0 KB) - added by mercime 9 years ago.
2013-single-message.png (15.9 KB) - added by mercime 9 years ago.
2014-single-message.png (15.3 KB) - added by mercime 9 years ago.
2015-single-message.png (17.5 KB) - added by mercime 9 years ago.
2016-single-message.png (16.7 KB) - added by mercime 9 years ago.

Download all attachments as: .zip

Change History (10)

@mercime
9 years ago

@mercime
9 years ago

2010 theme

#1 @mercime
9 years ago

  • Keywords has-patch has-screenshots added

#2 @mercime
9 years ago

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

In 11003:

Accessibility: Bump heading in single message screen.

Fixes #7214.

Note: See TracTickets for help on using tickets.