Skip to:
Content

BuddyPress.org

Changeset 3566 for trunk/bp-core.php


Ignore:
Timestamp:
12/22/2010 03:37:46 PM (14 years ago)
Author:
boonebgorges
Message:

More WP_DEBUG warnings, dawg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r3528 r3566  
    14431443            break;
    14441444    }
     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' );
    14451449
    14461450    /* Set output var */
Note: See TracChangeset for help on using the changeset viewer.