Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/12/2021 03:14:40 PM (4 years ago)
Author:
imath
Message:

Improve /* translators:*/ comments consistency

Fixes #8575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-functions.php

    r13184 r13185  
    22672267
    22682268    if ( ! empty( $membership_id ) ){
     2269        /* translators: 1: the name of the method. 2: the name of the file. */
    22692270        _deprecated_argument( __METHOD__, '5.0.0', sprintf( __( 'Argument `membership_id` passed to %1$s is deprecated. See the inline documentation at %2$s for more details.', 'buddypress' ), __METHOD__, __FILE__ ) );
    22702271    }
     
    23042305function groups_delete_membership_request( $membership_id, $user_id = 0, $group_id = 0 ) {
    23052306    if ( ! empty( $membership_id ) ){
    2306         /* translators: 1: method name. 2: file name. */
     2307        /* translators: 1: the name of the method. 2: the name of the file. */
    23072308        _deprecated_argument( __METHOD__, '5.0.0', sprintf( __( 'Argument `membership_id` passed to %1$s is deprecated. See the inline documentation at %2$s for more details.', 'buddypress' ), __METHOD__, __FILE__ ) );
    23082309    }
Note: See TracChangeset for help on using the changeset viewer.