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-groups/bp-groups-blocks.php

    r13140 r13185  
    440440                    $extra = sprintf( _n( '%s member', '%s members', $count, 'buddypress' ), bp_core_number_format( $count ) );
    441441                } else {
    442                     /* translators: %s: a human time diff. */
     442                    /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
    443443                    $extra = sprintf( __( 'Active %s', 'buddypress' ), bp_get_group_last_active( $group ) );
    444444                }
Note: See TracChangeset for help on using the changeset viewer.