Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2008 08:19:04 PM (18 years ago)
Author:
apeatling
Message:

Added the 'buddypress' textdomain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-templatetags.php

    r375 r391  
    341341
    342342    if ( !$last_updated ) {
    343         _e('Profile not recently updated') . '.';
     343        _e('Profile not recently updated', 'buddypress') . '.';
    344344    } else {
    345         echo __('Profile updated ') . bp_core_time_since( strtotime( $last_updated ) ) . __(' ago');
     345        echo __('Profile updated ', 'buddypress') . bp_core_time_since( strtotime( $last_updated ) ) . __(' ago', 'buddypress');
    346346    }
    347347}
Note: See TracChangeset for help on using the changeset viewer.