Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 09:32:04 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for cast variables.

File:
1 edited

Legend:

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

    r4577 r5729  
    1212        $num_comments = 0;
    1313        $num_trackbacks = 0;
    14         foreach ( (array)$comments as $comment ) {
     14        foreach ( (array) $comments as $comment ) {
    1515            if ( 'comment' != get_comment_type() )
    1616                $num_trackbacks++;
     
    6363
    6464        <ul id="trackbacklist">
    65             <?php foreach ( (array)$comments as $comment ) : ?>
     65            <?php foreach ( (array) $comments as $comment ) : ?>
    6666
    6767                <?php if ( 'comment' != get_comment_type() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.