Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2016 02:41:35 AM (8 years ago)
Author:
mercime
Message:

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

Fixes #6878.

File:
1 edited

Legend:

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

    r10735 r10965  
    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.