Skip to:
Content

BuddyPress.org

Changeset 10735


Ignore:
Timestamp:
05/05/2016 12:16:19 AM (8 years ago)
Author:
mercime
Message:

Revert heading bump in members/single/profile/edit.php.

Complete set of heading fixes for all templates will be
addressed in the next dev cycle.

See #6878.

File:
1 edited

Legend:

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

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