Changeset 1195
- Timestamp:
- 03/09/2009 11:07:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1190 r1195 966 966 $name2 = $chunks[$i + 1][1]; 967 967 968 if ( $chunks[$i + 1][1] == __( 'second', 'buddypress' ) ) return $output;968 //if ( $chunks[$i + 1][1] == __( 'second', 'buddypress' ) ) return $output; 969 969 970 970 if ( ( $count2 = floor( ( $since - ( $seconds * $count ) ) / $seconds2 ) ) != 0 ) { … … 973 973 } 974 974 } 975 976 if ( !(int)trim($output) ) 977 $output = '0 ' . __( 'seconds', 'buddypress' ); 975 978 976 979 return $output;
Note: See TracChangeset
for help on using the changeset viewer.