Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/27/2009 07:48:54 PM (16 years ago)
Author:
apeatling
Message:

Fixes #755 props chrisscott

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-templatetags.php

    r1703 r1715  
    791791
    792792    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;
    794794        $link = apply_filters('term_link', $link);
    795795       
Note: See TracChangeset for help on using the changeset viewer.