Skip to:
Content

BuddyPress.org

Changeset 10661


Ignore:
Timestamp:
03/16/2016 10:15:16 PM (9 years ago)
Author:
mercime
Message:

Accessibility: Bump heading in members/single/profile/edit.php.

See #6878.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php

    r10562 r10661  
    2424        do_action( 'bp_before_profile_field_content' ); ?>
    2525
    26         <h4><?php printf( __( "Editing '%s' Profile Group", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h4>
     26        <h2><?php printf( __( "Editing '%s' Profile Group", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2>
    2727
    2828        <?php if ( bp_profile_has_multiple_groups() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.