Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/11/2021 11:03:29 PM (4 years ago)
Author:
imath
Message:

i18n: Fix wrong double spaces into 5 strings

Props NekoJonez

Fixes #8510

File:
1 edited

Legend:

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

    r12873 r12991  
    21182118
    21192119    if ( ! empty( $membership_id ) ){
    2120         _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__ ) );
     2120        _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__ ) );
    21212121    }
    21222122
     
    21562156    if ( ! empty( $membership_id ) ){
    21572157        /* translators: 1: method name. 2: file name. */
    2158         _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__ ) );
     2158        _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__ ) );
    21592159    }
    21602160
Note: See TracChangeset for help on using the changeset viewer.