Changeset 1715 for trunk/bp-blogs/bp-blogs-templatetags.php
- Timestamp:
- 08/27/2009 07:48:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-templatetags.php
r1703 r1715 791 791 792 792 foreach ( $terms as $term ) { 793 $link = get_blog_option( 1, 'siteurl') . '/tag/' . $term->slug;793 $link = get_blog_option( BP_ROOT_BLOG, 'siteurl') . '/tag/' . $term->slug; 794 794 $link = apply_filters('term_link', $link); 795 795
Note: See TracChangeset
for help on using the changeset viewer.