Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/31/2012 09:54:24 PM (12 years ago)
Author:
boonebgorges
Message:

Whitespace cleanup in bp-forums/bp-forums-template.php

File:
1 edited

Legend:

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

    r6219 r6220  
    415415        $forum_template = new BP_Forums_Template_Forum( $type, $forum_id, $user_id, $page, $per_page, $max, 'all', $search_terms );
    416416    }
    417    
     417
    418418    return apply_filters( 'bp_has_topics', $forum_template->has_topics(), $forum_template );
    419419}
     
    480480    function bp_get_the_topic_poster_avatar( $args = '' ) {
    481481        global $forum_template;
    482        
     482
    483483        $defaults = array(
    484484            'type'   => 'thumb',
     
    575575    function bp_get_the_topic_object_avatar( $args = '' ) {
    576576        global $forum_template;
    577        
     577
    578578        if ( !isset( $forum_template->topic->object_id ) )
    579579            return false;
Note: See TracChangeset for help on using the changeset viewer.