Changeset 9466 for trunk/src/bp-groups/bp-groups-widgets.php
- Timestamp:
- 02/09/2015 11:34:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-widgets.php
r9453 r9466 72 72 echo $before_widget; 73 73 74 $title = !empty( $instance['link_title'] ) ? '<a href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug()) . '">' . $title . '</a>' : $title;74 $title = !empty( $instance['link_title'] ) ? '<a href="' . bp_get_groups_directory_permalink() . '">' . $title . '</a>' : $title; 75 75 76 76 echo $before_title . $title . $after_title;
Note: See TracChangeset
for help on using the changeset viewer.