Changeset 4042 for branches/plugin/bbp-includes/bbp-forum-functions.php
- Timestamp:
- 07/02/2012 12:39:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-forum-functions.php
r4041 r4042 229 229 /** Additional Actions (Before Save) **************************************/ 230 230 231 do_action( 'bbp_new_forum_pre_extras', $forum_parent_id ); 232 231 233 // Bail if errors 232 234 if ( bbp_has_errors() ) … … 234 236 235 237 /** No Errors *************************************************************/ 236 237 do_action( 'bbp_new_forum_pre_extras', $forum_parent_id );238 238 239 239 // Add the content of the form to $forum_data as an array
Note: See TracChangeset
for help on using the changeset viewer.