Skip to:
Content

BuddyPress.org

Changeset 8626


Ignore:
Timestamp:
07/15/2014 11:24:10 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Properly deprecate original notifications functions out of members component and back into core. This also paves the way for the members component to eventually have true notifications integration later, should that need ever arise.

Location:
trunk/src
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r8559 r8626  
    452452                        require( $this->plugin_dir . 'bp-core/deprecated/1.6.php' );
    453453                        require( $this->plugin_dir . 'bp-core/deprecated/1.7.php' );
     454                        require( $this->plugin_dir . 'bp-core/deprecated/1.9.php' );
    454455                        require( $this->plugin_dir . 'bp-core/deprecated/2.0.php' );
    455456                        require( $this->plugin_dir . 'bp-core/deprecated/2.1.php' );
Note: See TracChangeset for help on using the changeset viewer.