Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/21/2011 10:27:09 PM (13 years ago)
Author:
djpaul
Message:

Tune up 'for' loops. Fixes #2985, props cnorris23 and r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r4727 r4770  
    643643
    644644        // Step one: the first chunk
    645         for ( $i = 0, $j = count($chunks); $i < $j; $i++) {
     645        for ( $i = 0, $j = count( $chunks ); $i < $j; ++$i ) {
    646646            $seconds = $chunks[$i][0];
    647647
Note: See TracChangeset for help on using the changeset viewer.