Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/12/2021 03:14:40 PM (3 years ago)
Author:
imath
Message:

Improve /* translators:*/ comments consistency

Fixes #8575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-blocks.php

    r13140 r13185  
    9696    $link = trailingslashit( bp_core_get_user_domain( $user_id ) . bp_get_friends_slug() );
    9797
    98     /* translators: %s is the member's display name */
     98    /* translators: %s: member name */
    9999    $title = sprintf( __( '%s\'s Friends', 'buddypress' ), bp_core_get_user_displayname( $user_id ) );
    100100
     
    165165                    $extra = sprintf( _n( '%s friend', '%s friends', $user->total_friend_count, 'buddypress' ), number_format_i18n( $user->total_friend_count ) );
    166166                } else {
    167                     /* translators: %s: a human time diff. */
     167                    /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
    168168                    $extra = sprintf( __( 'Active %s', 'buddypress' ), bp_core_time_since( $user->last_activity ) );
    169169                }
Note: See TracChangeset for help on using the changeset viewer.