Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/19/2020 12:33:58 PM (3 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-core/bp-core-functions.php

    r12776 r12791  
    15761576 *
    15771577 * @param int|string $last_activity_date The date of last activity.
    1578  * @param string     $string             A sprintf()-able statement of the form 'active %s'.
     1578 * @param string     $string             A sprintf()-able statement of the form 'Active %s'.
    15791579 * @return string $last_active A string of the form '3 years ago'.
    15801580 */
     
    15981598     * @param string $last_active        Last activity string based on time since date given.
    15991599     * @param string $last_activity_date The date of last activity.
    1600      * @param string $string             A sprintf()-able statement of the form 'active %s'.
     1600     * @param string $string             A sprintf()-able statement of the form 'Active %s'.
    16011601     */
    16021602    return apply_filters( 'bp_core_get_last_activity', $last_active, $last_activity_date, $string );
Note: See TracChangeset for help on using the changeset viewer.