Changeset 3167
- Timestamp:
- 08/09/2010 08:47:39 PM (15 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-activity.php
r3145 r3167 1181 1181 add_action( 'make_spam_user', 'bp_activity_remove_data' ); 1182 1182 1183 /** 1184 * updates_register_activity_actions() 1185 * 1186 * Register the activity stream actions for updates 1187 * 1188 * @global array $bp 1189 */ 1190 function updates_register_activity_actions() { 1191 global $bp; 1192 1193 bp_activity_set_action( $bp->activity->id, 'activity_update', __( 'Posted an update', 'buddypress' ) ); 1194 1195 do_action( 'updates_register_activity_actions' ); 1196 } 1197 add_action( 'bp_register_activity_actions', 'updates_register_activity_actions' ); 1183 1198 1184 1199 /********************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.