Changeset 12991 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 07/11/2021 11:03:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r12873 r12991 2118 2118 2119 2119 if ( ! empty( $membership_id ) ){ 2120 _deprecated_argument( __METHOD__, '5.0.0', sprintf( __( 'Argument `membership_id` passed to %1$s 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__ ) ); 2121 2121 } 2122 2122 … … 2156 2156 if ( ! empty( $membership_id ) ){ 2157 2157 /* translators: 1: method name. 2: file name. */ 2158 _deprecated_argument( __METHOD__, '5.0.0', sprintf( __( 'Argument `membership_id` passed to %1$s 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__ ) ); 2159 2159 } 2160 2160
Note: See TracChangeset
for help on using the changeset viewer.