Ticket #6674: 6674.01.patch
File 6674.01.patch, 1.9 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
28 28 29 29 <div id="item-header-content"> 30 30 31 <div id="item-buttons"> 32 33 <?php 31 <div id="item-buttons"><?php 34 32 35 33 /** 36 34 * Fires in the group header actions section. 37 35 * 38 36 * @since 1.2.6 39 37 */ 40 do_action( 'bp_group_header_actions' ); ?> 41 42 </div><!-- #item-buttons --> 38 do_action( 'bp_group_header_actions' ); ?></div><!-- #item-buttons --> 43 39 44 40 <?php 45 41 -
src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php
34 34 <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2> 35 35 <?php endif; ?> 36 36 37 <div id="item-buttons"> 38 39 <?php 37 <div id="item-buttons"><?php 40 38 41 39 /** 42 40 * Fires in the member header actions section. 43 41 * 44 42 * @since 1.2.6 45 43 */ 46 do_action( 'bp_member_header_actions' ); ?> 47 48 </div><!-- #item-buttons --> 44 do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons --> 49 45 50 46 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 51 47 -
src/bp-templates/bp-legacy/css/buddypress.css
1403 1403 overflow: auto; 1404 1404 list-style: none; 1405 1405 } 1406 body.groups #item-buttons:empty { 1407 display: none; 1408 } 1406 1409 1407 1410 /*-------------------------------------------------------------- 1408 1411 3.8.1 - Cover Image