Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/19/2020 12:33:58 PM (6 years ago)
Author:
imath
Message:

i18n: improve translator comments for the "Active %s" string

Make sure the same translator comment is used for every occurrences of this string.

Fixes #8398

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-invite-template.php

    r12590 r12791  
    276276        $this->invite->user->user_link = "<a href='{$this->invite->user->user_url}'>{$this->invite->user->fullname}</a>";
    277277
    278         /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */
    279         $this->invite->user->last_active = bp_core_get_last_activity( $this->invite->user->last_activity, __( 'active %s', 'buddypress' ) );
     278        /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
     279        $this->invite->user->last_active = bp_core_get_last_activity( $this->invite->user->last_activity, __( 'Active %s', 'buddypress' ) );
    280280
    281281        if ( bp_is_active( 'groups' ) ) {
Note: See TracChangeset for help on using the changeset viewer.