Ticket #6878: 6878.patch
File 6878.patch, 1.7 KB (added by , 9 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
23 23 /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ 24 24 do_action( 'bp_before_profile_field_content' ); ?> 25 25 26 <h 4><?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> 27 27 28 28 <?php if ( bp_profile_has_multiple_groups() ) : ?> 29 29 <ul class="button-nav"> -
src/bp-templates/bp-legacy/css/buddypress-rtl.css
1547 1547 3.10 - Extended Profiles 1548 1548 --------------------------------------------------------------*/ 1549 1549 1550 #buddypress div.profile h2, 1550 1551 #buddypress div.profile h4 { 1551 1552 margin-bottom: auto; 1552 1553 margin-top: 15px; -
src/bp-templates/bp-legacy/css/buddypress.css
1547 1547 3.10 - Extended Profiles 1548 1548 --------------------------------------------------------------*/ 1549 1549 1550 #buddypress div.profile h2, 1550 1551 #buddypress div.profile h4 { 1551 1552 margin-bottom: auto; 1552 1553 margin-top: 15px;