Skip to:
Content

BuddyPress.org

Changeset 12975


Ignore:
Timestamp:
06/21/2021 05:42:26 PM (4 years ago)
Author:
imath
Message:

Make sure 8.0 deprecated functions can be loaded

Add a line to require the src/bp-core/deprecated/8.0.php file into BuddyPress main class.

Fixes #8492 (8.0 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/8.0/src/class-buddypress.php

    r12963 r12975  
    512512            require( $this->plugin_dir . 'bp-core/deprecated/6.0.php' );
    513513            require( $this->plugin_dir . 'bp-core/deprecated/7.0.php' );
     514            require( $this->plugin_dir . 'bp-core/deprecated/8.0.php' );
    514515        }
    515516
Note: See TracChangeset for help on using the changeset viewer.