Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/05/2011 10:03:41 PM (14 years ago)
Author:
djpaul
Message:

Speed up forum directory's "last active" bbPress SQL query to stop it fetching information we aren't using. Helps fix #2421

File:
1 edited

Legend:

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

    r3592 r3660  
    132132add_filter( 'bp_get_the_topic_post_edit_text', 'bp_forums_strip_mentions_on_post_edit' );
    133133add_filter( 'bp_get_the_topic_text', 'bp_forums_strip_mentions_on_post_edit' );
    134 
    135134?>
Note: See TracChangeset for help on using the changeset viewer.