Changeset 8428 for trunk/src/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 05/16/2014 01:05:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-activity.php
r8306 r8428 22 22 // see r4273 23 23 'profile', 24 25 24 'new_avatar', 26 25 __( 'Member changed profile picture', 'buddypress' ), 27 'bp_xprofile_format_activity_action_new_avatar' 26 'bp_xprofile_format_activity_action_new_avatar', 27 __( 'Updated Avatars', 'buddypress' ) 28 28 ); 29 29 … … 32 32 'new_member', 33 33 __( 'New member registered', 'buddypress' ), 34 'bp_xprofile_format_activity_action_new_member' 34 'bp_xprofile_format_activity_action_new_member', 35 __( 'New Members', 'buddypress' ), 36 array( 'activity' ) 35 37 ); 36 38 … … 39 41 'updated_profile', 40 42 __( 'Updated Profile', 'buddypress' ), 41 'bp_xprofile_format_activity_action_updated_profile' 43 'bp_xprofile_format_activity_action_updated_profile', 44 __( 'Profile Updates', 'buddypress' ), 45 array( 'activity' ) 42 46 ); 43 47 … … 310 314 * 311 315 * @since BuddyPress (2.0.0) 316 * @todo Mark as deprecated 312 317 */ 313 318 function xprofile_activity_filter_options() { … … 318 323 <?php 319 324 } 320 add_action( 'bp_activity_filter_options', 'xprofile_activity_filter_options' );
Note: See TracChangeset
for help on using the changeset viewer.