Changeset 6999 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 05/06/2013 12:01:25 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r6975 r6999 48 48 $instance['title'] = __( 'Groups', 'buddypress' ); 49 49 50 $title = apply_filters( 'widget_title', $instance['title'] ); 51 50 52 echo $before_widget; 51 53 52 $title = !empty( $instance['link_title'] ) ? '<a href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() ) . '">' . $ instance['title'] . '</a>' : $instance['title'];54 $title = !empty( $instance['link_title'] ) ? '<a href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() ) . '">' . $title . '</a>' : $title; 53 55 54 56 echo $before_title . $title . $after_title; ?>
Note: See TracChangeset
for help on using the changeset viewer.