Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:39:38 PM (6 years ago)
Author:
imath
Message:

BP Groups: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-group-members-template.php

    r12426 r12590  
    9898                // Backward compatibility with old method of passing arguments.
    9999                if ( ! is_array( $args ) || count( $function_args ) > 1 ) {
     100                        /* translators: 1: the name of the method. 2: the name of the file. */
    100101                        _deprecated_argument( __METHOD__, '2.0.0', sprintf( __( 'Arguments passed to %1$s should be in an associative array. See the inline documentation at %2$s for more details.', 'buddypress' ), __METHOD__, __FILE__ ) );
    101102
Note: See TracChangeset for help on using the changeset viewer.