Skip to:
Content

BuddyPress.org

Changeset 3152


Ignore:
Timestamp:
08/01/2010 10:18:18 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2524 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core.php

    r3150 r3152  
    14551455        if ( ( $count2 = floor( ( $since - ( $seconds * $count ) ) / $seconds2 ) ) != 0 ) {
    14561456            /* Add to output var */
    1457             $output .= ( 1 == $count2 ) ? _c( ',|Separator in time since', 'buddypress' ) . ' 1 '. $chunks[$i + 1][1] : _c( ',|Separator in time since', 'buddypress' ) . ' ' . $count2 . ' ' . $chunks[$i + 1][2];
     1457            $output .= ( 1 == $count2 ) ? _x( ',', 'Separator in time since', 'buddypress' ) . ' 1 '. $chunks[$i + 1][1] : _x( ',', 'Separator in time since', 'buddypress' ) . ' ' . $count2 . ' ' . $chunks[$i + 1][2];
    14581458        }
    14591459    }
Note: See TracChangeset for help on using the changeset viewer.