Skip to:
Content

BuddyPress.org


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

Improve /* translators:*/ comments consistency

Fixes #8575

File:
1 edited

Legend:

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

    r13140 r13185  
    458458                    $extra = sprintf( _n( '%s friend', '%s friends', $user->total_friend_count, 'buddypress' ), number_format_i18n( $user->total_friend_count ) );
    459459                } else {
    460                     /* translators: %s: a human time diff. */
     460                    /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
    461461                    $extra = sprintf( __( 'Active %s', 'buddypress' ), bp_core_time_since( $user->last_activity ) );
    462462                }
Note: See TracChangeset for help on using the changeset viewer.