Skip to:
Content

BuddyPress.org

Changeset 10359


Ignore:
Timestamp:
11/16/2015 08:00:57 PM (9 years ago)
Author:
mercime
Message:

A11y: Adjust heading structure in Activity > Edit.

Fixes #6699. See #6581.

File:
1 edited

Legend:

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

    r10357 r10359  
    668668                            <div id="postdiv">
    669669                                <div id="bp_activity_action" class="postbox">
    670                                     <h3><?php _e( 'Action', 'buddypress' ); ?></h3>
     670                                    <h2><?php _e( 'Action', 'buddypress' ); ?></h2>
    671671                                    <div class="inside">
    672672                                        <?php wp_editor( stripslashes( $activity->action ), 'bp-activities-action', array( 'media_buttons' => false, 'textarea_rows' => 7, 'teeny' => true, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ) ) ); ?>
     
    675675
    676676                                <div id="bp_activity_content" class="postbox">
    677                                     <h3><?php _e( 'Content', 'buddypress' ); ?></h3>
     677                                    <h2><?php _e( 'Content', 'buddypress' ); ?></h2>
    678678                                    <div class="inside">
    679679                                        <?php wp_editor( stripslashes( $activity->content ), 'bp-activities-content', array( 'media_buttons' => false, 'teeny' => true, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ) ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.