Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:45:19 PM (4 years ago)
Author:
imath
Message:

BP Notifications: add missing /* translators */ comment

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-template.php

    r11637 r12593  
    937937            $pag = __( 'Viewing 1 notification', 'buddypress' );
    938938        } else {
     939            /* translators: 1: notification from number. 2: notification to number. 3: total notifications. */
    939940            $pag = sprintf( _n( 'Viewing %1$s - %2$s of %3$s notification', 'Viewing %1$s - %2$s of %3$s notifications', $query_loop->total_notification_count, 'buddypress' ), $from_num, $to_num, $total );
    940941        }
Note: See TracChangeset for help on using the changeset viewer.