Skip to:
Content

BuddyPress.org

Ticket #976: jeffsayre_xprofile_register_activity.patch

File jeffsayre_xprofile_register_activity.patch, 676 bytes (added by jeffsayre, 15 years ago)

Correct parameters for bp_activity_set_action() in bp-xprofile.php

  • Users/jeffsayre/Desktop/BuddyPress

     
    586586                return false;
    587587
    588588        /* Register the activity stream actions for this component */
    589         bp_activity_set_action( $bp->profile->id, 'new_wire_post', __( 'New profile wire post', 'buddypress' ) );
     589        bp_activity_set_action( $bp->profile->id, 'updated_profile', __( 'Updated Profile', 'buddypress' ) );
    590590
    591591        do_action( 'xprofile_register_activity_actions' );
    592592}