Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2011 12:01:55 AM (14 years ago)
Author:
boonebgorges
Message:

Global/slug audit for groups component. Also regularizes the way that some group forum actions are concatenated. See #3325

File:
1 edited

Legend:

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

    r4821 r4844  
    13801380}
    13811381    function bp_get_forum_topic_action() {
    1382         global $bp;
    1383 
    1384         return apply_filters( 'bp_get_forum_topic_action', bp_get_root_domain() . esc_attr( $_SERVER['REQUEST_URI'] ) );
     1382        return apply_filters( 'bp_get_forum_topic_action', $_SERVER['REQUEST_URI'] );
    13851383    }
    13861384
Note: See TracChangeset for help on using the changeset viewer.