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-functions.php

    r12558 r12595  
    426426            'ajaxurl'             => bp_core_ajax_url(),
    427427            'confirm'             => __( 'Are you sure?', 'buddypress' ),
     428
     429            /* translators: %s: number of activity comments */
    428430            'show_x_comments'     => __( 'Show all %d comments', 'buddypress' ),
    429431            'unsaved_changes'     => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ),
Note: See TracChangeset for help on using the changeset viewer.