Changeset 9468 for trunk/src/bp-blogs/bp-blogs-widgets.php
- Timestamp:
- 02/10/2015 12:24:27 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-widgets.php
r9351 r9468 51 51 52 52 if ( ! empty( $instance['link_title'] ) ) { 53 $title = '<a href="' . trailingslashit( bp_get_root_domain() ) . trailingslashit( bp_get_blogs_root_slug()) . '">' . esc_html( $title ) . '</a>';53 $title = '<a href="' . bp_get_blogs_directory_permalink() . '">' . esc_html( $title ) . '</a>'; 54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.