Skip to:
Content

BuddyPress.org

Changeset 8218


Ignore:
Timestamp:
03/30/2014 11:16:11 PM (11 years ago)
Author:
djpaul
Message:

xProfile: remove redundant position token in a gettext string to avoid showing an otherwise identical duplicate string in GlotPress. Fixes #5493

File:
1 edited

Legend:

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

    r8208 r8218  
    103103    // natural translation.
    104104    $profile_link = trailingslashit( bp_core_get_user_domain( $activity->user_id ) . buddypress()->profile->slug );
    105     $action       = sprintf( __( '%1$s&#8217;s profile was updated', 'buddypress' ), '<a href="' . $profile_link . '">' . bp_core_get_user_displayname( $activity->user_id ) . '</a>' );
     105    $action       = sprintf( __( '%s&#8217;s profile was updated', 'buddypress' ), '<a href="' . $profile_link . '">' . bp_core_get_user_displayname( $activity->user_id ) . '</a>' );
    106106
    107107    return apply_filters( 'bp_xprofile_format_activity_action_updated_profile', $action, $activity );
Note: See TracChangeset for help on using the changeset viewer.