Skip to:
Content

BuddyPress.org

Changeset 12715


Ignore:
Timestamp:
09/11/2020 04:33:17 PM (6 years ago)
Author:
imath
Message:

BP Nouveau: move r12714 fix into 6.0 branch

See #7875 (trunk)

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  
    44 *
    55 * @since 3.0.0
    6  * @version 7.0.0
     6 * @version 6.3.0
    77 */
    88
  • trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php

    r12714 r12715  
    44 *
    55 * @since 3.0.0
    6  * @version 5.0.0
     6 * @version 6.3.0
    77 */
    88
     
    367367 *
    368368 * @since 3.0.0
    369  * @deprecated 7.0.0
     369 * @deprecated 6.3.0
    370370 *
    371371 * @param string $message The message to send with the invite
    372372 */
    373373function bp_nouveau_groups_invites_custom_message( $message = '' ) {
    374         _deprecated_function( __FUNCTION__, '7.0.0' );
     374        _deprecated_function( __FUNCTION__, '6.3.0' );
    375375
    376376        if ( empty( $message ) ) {
Note: See TracChangeset for help on using the changeset viewer.