Skip to:
Content

BuddyPress.org

Changeset 5411


Ignore:
Timestamp:
11/29/2011 08:53:22 PM (13 years ago)
Author:
boonebgorges
Message:

Use correct boolean when deciding whether to load deprecated functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r5405 r5411  
    465465
    466466        // Skip or load deprecated content
    467         if ( false === $this->load_deprecated ) {
     467        if ( false !== $this->load_deprecated ) {
    468468            require( $this->plugin_dir . 'bp-core/deprecated/1.5.php' );
    469469            require( $this->plugin_dir . 'bp-core/deprecated/1.6.php' );
Note: See TracChangeset for help on using the changeset viewer.