Changeset 4236 for trunk/bbp-includes/bbp-core-dependency.php
- Timestamp:
- 10/09/2012 06:52:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbp-includes/bbp-core-dependency.php
r4223 r4236 233 233 function bbp_login_form_login() { 234 234 do_action( 'bbp_login_form_login' ); 235 } 236 237 /** User Actions **************************************************************/ 238 239 /** 240 * The main action for hooking into a user saving their profile 241 * 242 * @since bbPress (r4235) 243 * @param int $user_id ID of user being edited 244 * @uses do_action() Calls 'bbp_edit_user_profile_update' 245 */ 246 function bbp_edit_user_profile_update( $user_id = 0 ) { 247 do_action( 'bbp_edit_user_profile_update', $user_id ); 235 248 } 236 249
Note: See TracChangeset
for help on using the changeset viewer.