Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-filters.php

    r2019 r2077  
    3838        $allowedtags['p'] = array();
    3939        $allowedtags['br'] = array();
    40        
     40
    4141        return $allowedtags;
    4242}
     
    4545function bp_forums_filter_tag_link( $link, $tag, $page, $context ) {
    4646        global $bp;
    47        
     47
    4848        return apply_filters( 'bp_forums_filter_tag_link', $bp->root_domain . '/' . $bp->forums->slug . '/tag/' . $tag . '/' );
    4949}
Note: See TracChangeset for help on using the changeset viewer.