Changeset 13185 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 12/12/2021 03:14:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r13184 r13185 2267 2267 2268 2268 if ( ! empty( $membership_id ) ){ 2269 /* translators: 1: the name of the method. 2: the name of the file. */ 2269 2270 _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__ ) ); 2270 2271 } … … 2304 2305 function groups_delete_membership_request( $membership_id, $user_id = 0, $group_id = 0 ) { 2305 2306 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. */ 2307 2308 _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__ ) ); 2308 2309 }
Note: See TracChangeset
for help on using the changeset viewer.