Changeset 12715
- Timestamp:
- 09/11/2020 04:33:17 PM (5 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau/includes/groups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/ajax.php
r12714 r12715 4 4 * 5 5 * @since 3.0.0 6 * @version 7.0.06 * @version 6.3.0 7 7 */ 8 8 -
trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php
r12714 r12715 4 4 * 5 5 * @since 3.0.0 6 * @version 5.0.06 * @version 6.3.0 7 7 */ 8 8 … … 367 367 * 368 368 * @since 3.0.0 369 * @deprecated 7.0.0369 * @deprecated 6.3.0 370 370 * 371 371 * @param string $message The message to send with the invite 372 372 */ 373 373 function bp_nouveau_groups_invites_custom_message( $message = '' ) { 374 _deprecated_function( __FUNCTION__, ' 7.0.0' );374 _deprecated_function( __FUNCTION__, '6.3.0' ); 375 375 376 376 if ( empty( $message ) ) {
Note: See TracChangeset
for help on using the changeset viewer.