Changeset 2282
- Timestamp:
- 01/09/2010 12:06:19 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2270 r2282 811 811 add_filter( 'bp_activity_template_friends_activity', create_function( '', 'return "activity/my-friends";' ) ); 812 812 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' );816 813 } 817 814 add_action( 'widgets_init', 'bp_activity_filter_template_paths' );
Note: See TracChangeset
for help on using the changeset viewer.