Skip to:
Content

BuddyPress.org

Ticket #4880: 4880.01.patch

File 4880.01.patch, 1.4 KB (added by r-a-y, 11 years ago)
  • bp-groups/bp-groups-screens.php

    class BP_Groups_Theme_Compat { 
    10711071        public function single_dummy_post() {
    10721072                bp_theme_compat_reset_post( array(
    10731073                        '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>',
    10751075                        'post_author'    => 0,
    10761076                        'post_date'      => 0,
    10771077                        'post_content'   => '',
  • bp-templates/bp-legacy/buddypress/groups/single/group-header.php

    do_action( 'bp_before_group_header' ); 
    3838</div><!-- #item-header-avatar -->
    3939
    4040<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>
    4242        <span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>
    4343
    4444        <?php do_action( 'bp_before_group_header_meta' ); ?>