Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/02/2018 10:40:59 PM (6 years ago)
Author:
djpaul
Message:

Move (retired) Legacy Forum backwards compatibility functions into deprecated/3.0 file.

See #5351

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r11841 r11938  
    490490            require( $this->plugin_dir . 'bp-core/deprecated/2.8.php' );
    491491            require( $this->plugin_dir . 'bp-core/deprecated/2.9.php' );
     492            require( $this->plugin_dir . 'bp-core/deprecated/3.0.php' );
    492493        }
    493494    }
Note: See TracChangeset for help on using the changeset viewer.