Skip to:
Content

BuddyPress.org

Changeset 2282


Ignore:
Timestamp:
01/09/2010 12:06:19 PM (16 years ago)
Author:
apeatling
Message:

Removed call to activity widget file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2270 r2282  
    811811    add_filter( 'bp_activity_template_friends_activity', create_function( '', 'return "activity/my-friends";' ) );
    812812    add_filter( 'bp_activity_template_profile_activity_permalink', create_function( '', 'return "activity/single";' ) );
    813 
    814     /* Activity widget should only be available to older themes since the new default has it all in the template */
    815     require ( BP_PLUGIN_DIR . '/bp-activity/bp-activity-widgets.php' );
    816813}
    817814add_action( 'widgets_init', 'bp_activity_filter_template_paths' );
Note: See TracChangeset for help on using the changeset viewer.