Skip to:
Content

BuddyPress.org

Changeset 10464


Ignore:
Timestamp:
01/25/2016 09:34:31 PM (9 years ago)
Author:
mercime
Message:

A11y: Bump heading of the Reply form in the Activity list table.

Fixes #6741.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r10463 r10464  
    10171017                    <form method="get" action="">
    10181018
    1019                         <h5 id="bp-replyhead"><?php _e( 'Reply to Activity', 'buddypress' ); ?></h5>
     1019                        <h3 id="bp-replyhead"><?php _e( 'Reply to Activity', 'buddypress' ); ?></h3>
    10201020                        <?php wp_editor( '', 'bp-activities', array( 'dfw' => false, 'media_buttons' => false, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ), 'tinymce' => false, ) ); ?>
    10211021
Note: See TracChangeset for help on using the changeset viewer.