Skip to:
Content

BuddyPress.org

Changeset 7201


Ignore:
Timestamp:
06/10/2013 02:45:40 PM (12 years ago)
Author:
boonebgorges
Message:

Properly deprecated deleted function bp_activity_get_sitewide()

Deleted in 1.2, this function was still called in
BP_Activity_Activity::get_sitewide_items_for_feed().

Fixes #5023

Props ericlewis

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r7192 r7201  
    441441        // Skip or load deprecated content
    442442        if ( false !== $this->load_deprecated ) {
     443            require( $this->plugin_dir . 'bp-core/deprecated/1.2.php' );
    443444            require( $this->plugin_dir . 'bp-core/deprecated/1.5.php' );
    444445            require( $this->plugin_dir . 'bp-core/deprecated/1.6.php' );
Note: See TracChangeset for help on using the changeset viewer.