Ticket #4880: 4880.01.patch
File 4880.01.patch, 1.4 KB (added by , 11 years ago) |
---|
-
bp-groups/bp-groups-screens.php
class BP_Groups_Theme_Compat { 1071 1071 public function single_dummy_post() { 1072 1072 bp_theme_compat_reset_post( array( 1073 1073 'ID' => 0, 1074 'post_title' => bp_get_current_group_name(),1074 'post_title' => '<a href="' . bp_get_group_permalink( groups_get_current_group() ) . '">' . bp_get_current_group_name() . '</a>', 1075 1075 'post_author' => 0, 1076 1076 'post_date' => 0, 1077 1077 'post_content' => '', -
bp-templates/bp-legacy/buddypress/groups/single/group-header.php
do_action( 'bp_before_group_header' ); 38 38 </div><!-- #item-header-avatar --> 39 39 40 40 <div id="item-header-content"> 41 < h2><a href="<?php bp_group_permalink(); ?>" title="<?php bp_group_name(); ?>"><?php bp_group_name(); ?></a> <span class="highlight">(<?php bp_group_type(); ?>)</span></h2>41 <span class="highlight"><?php bp_group_type(); ?></span> 42 42 <span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span> 43 43 44 44 <?php do_action( 'bp_before_group_header_meta' ); ?>