Skip to:
Content

BuddyPress.org

Changeset 1195


Ignore:
Timestamp:
03/09/2009 11:07:47 PM (17 years ago)
Author:
apeatling
Message:

Fixed #540

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1190 r1195  
    966966                $name2 = $chunks[$i + 1][1];
    967967               
    968                 if ( $chunks[$i + 1][1] == __( 'second', 'buddypress' ) ) return $output;
     968                //if ( $chunks[$i + 1][1] == __( 'second', 'buddypress' ) ) return $output;
    969969       
    970970                if ( ( $count2 = floor( ( $since - ( $seconds * $count ) ) / $seconds2 ) ) != 0 ) {
     
    973973                }
    974974        }
     975
     976        if ( !(int)trim($output) )
     977                $output = '0 ' . __( 'seconds', 'buddypress' );
    975978
    976979        return $output;
Note: See TracChangeset for help on using the changeset viewer.