Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/25/2015 02:46:50 PM (10 years ago)
Author:
boonebgorges
Message:

Ensure that the 2.2 deprecated function file is loaded.

Fixes #6255.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/src/bp-loader.php

    r9501 r9558  
    461461            require( $this->plugin_dir . 'bp-core/deprecated/2.0.php' );
    462462            require( $this->plugin_dir . 'bp-core/deprecated/2.1.php' );
     463            require( $this->plugin_dir . 'bp-core/deprecated/2.2.php' );
    463464        }
    464465    }
Note: See TracChangeset for help on using the changeset viewer.