Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/07/2017 07:06:02 PM (8 years ago)
Author:
dcavins
Message:

Use new template function bp_group_link().

Use the new template function where appropriate.

See #7485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/groups-loop.php

    r11171 r11528  
    6363
    6464            <div class="item">
    65                 <div class="item-title"><a href="<?php bp_group_permalink(); ?>"><?php bp_group_name(); ?></a></div>
     65                <div class="item-title"><?php bp_group_link(); ?></div>
    6666                <div class="item-meta"><span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span></div>
    6767
Note: See TracChangeset for help on using the changeset viewer.