Changeset 4770 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 07/21/2011 10:27:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r4727 r4770 643 643 644 644 // 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 ) { 646 646 $seconds = $chunks[$i][0]; 647 647
Note: See TracChangeset
for help on using the changeset viewer.