Skip to:
Content

BuddyPress.org

Ticket #6878: 6878.patch

File 6878.patch, 1.7 KB (added by mercime, 9 years ago)
  • src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php

     
    2323                /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */
    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() ) : ?>
    2929                        <ul class="button-nav">
  • src/bp-templates/bp-legacy/css/buddypress-rtl.css

     
    154715473.10 - Extended Profiles
    15481548--------------------------------------------------------------*/
    15491549
     1550#buddypress div.profile h2,
    15501551#buddypress div.profile h4 {
    15511552        margin-bottom: auto;
    15521553        margin-top: 15px;
  • src/bp-templates/bp-legacy/css/buddypress.css

     
    154715473.10 - Extended Profiles
    15481548--------------------------------------------------------------*/
    15491549
     1550#buddypress div.profile h2,
    15501551#buddypress div.profile h4 {
    15511552        margin-bottom: auto;
    15521553        margin-top: 15px;