Changeset 6733 for trunk/bp-templates/bp-legacy/buddypress-functions.php
- Timestamp:
- 01/19/2013 03:40:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress-functions.php
r6732 r6733 118 118 add_action( 'bp_group_header_actions', 'bp_group_join_button', 5 ); 119 119 add_action( 'bp_group_header_actions', 'bp_group_new_topic_button', 20 ); 120 add_action( 'bp_directory_groups_actions', 'bp_group_join_button' ); 120 add_action( 'bp_directory_groups_actions', 'bp_group_join_button' ); 121 121 } 122 122 123 123 // Blog button 124 124 if ( bp_is_active( 'blogs' ) ) 125 add_action( 'bp_directory_blogs_actions', 'bp_blogs_visit_blog_button' ); 125 add_action( 'bp_directory_blogs_actions', 'bp_blogs_visit_blog_button' ); 126 126 127 127 } … … 296 296 297 297 } 298 298 299 299 /** 300 300 * Add secondary avatar image to this activity stream's record, if supported.
Note: See TracChangeset
for help on using the changeset viewer.