Changeset 3566 for trunk/bp-core.php
- Timestamp:
- 12/22/2010 03:37:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r3528 r3566 1443 1443 break; 1444 1444 } 1445 1446 // If $i iterates all the way to $j, then the event happened 0 seconds ago 1447 if ( !isset( $chunks[$i] ) ) 1448 return '0 ' . __( 'seconds', 'buddypress' ); 1445 1449 1446 1450 /* Set output var */
Note: See TracChangeset
for help on using the changeset viewer.