Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (14 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/comments.php

    r3369 r3592  
    1919                foreach ( (array)$comments as $comment )
    2020                    if ( 'comment' != get_comment_type() )
    21                         $numTrackBacks++; 
     21                        $numTrackBacks++;
    2222                    else
    2323                        $numComments++;
Note: See TracChangeset for help on using the changeset viewer.