Skip to:
Content

BuddyPress.org

Changeset 7854 for trunk/bp-loader.php


Ignore:
Timestamp:
02/11/2014 08:22:05 PM (11 years ago)
Author:
boonebgorges
Message:

Migrate activity meta functions to the WP metadata API.

See #4551

Props boonebgorges, johnjamesjacoby

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r7823 r7854  
    454454            require( $this->plugin_dir . 'bp-core/deprecated/1.6.php' );
    455455            require( $this->plugin_dir . 'bp-core/deprecated/1.7.php' );
     456            require( $this->plugin_dir . 'bp-core/deprecated/2.0.php' );
    456457        }
    457458    }
Note: See TracChangeset for help on using the changeset viewer.