Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/07/2017 07:06:02 PM (9 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-groups/classes/class-bp-groups-widget.php

    r11381 r11528  
    136136
    137137                                                <div class="item">
    138                                                         <div class="item-title"><a href="<?php bp_group_permalink() ?>"><?php bp_group_name() ?></a></div>
     138                                                        <div class="item-title"><?php bp_group_link(); ?></div>
    139139                                                        <div class="item-meta">
    140140                                                                <span class="activity">
Note: See TracChangeset for help on using the changeset viewer.