Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/10/2023 09:56:11 AM (17 months ago)
Author:
imath
Message:

Improve i18n /* translators */ comments

  • Make sure 'Active %s' uses the same translators comment everywhere.
  • Add translators comment to strings missing it ('%s friends' & '%s members').

Fixes #8990
Closes https://github.com/buddypress/buddypress/pull/160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-core-user.php

    r13433 r13580  
    205205        );
    206206
    207         /* translators: %s: human time diff of the last time the user was active on the site. */
     207        /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
    208208        $this->last_active = bp_core_get_last_activity( bp_get_user_last_activity( $this->id ), _x( 'Active %s', 'last time the user was active', 'buddypress' ) );
    209209    }
Note: See TracChangeset for help on using the changeset viewer.