Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:49:36 PM (5 years ago)
Author:
imath
Message:

BP Templates: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php

    r12215 r12595  
    2828            <p class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>">
    2929                <?php
    30                 /* translators: %s = last activity timestamp (e.g. "active 1 hour ago") */
     30                /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */
    3131                printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() );
    3232                ?>
Note: See TracChangeset for help on using the changeset viewer.