Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2015 08:29:16 PM (10 years ago)
Author:
djpaul
Message:

xprofile: correct i18n string in bp_profile_last_updated()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-template.php

    r9689 r9794  
    10871087
    10881088    if ( empty( $last_updated ) ) {
    1089         _e( 'Profile not recently updated', 'buddypress' ) . '.';
     1089        _e( 'Profile not recently updated.', 'buddypress' );
    10901090    } else {
    10911091        echo $last_updated;
Note: See TracChangeset for help on using the changeset viewer.