Changeset 4041 for branches/plugin/bbp-includes/bbp-forum-functions.php
- Timestamp:
- 07/01/2012 11:50:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-forum-functions.php
r4026 r4041 229 229 /** Additional Actions (Before Save) **************************************/ 230 230 231 do_action( 'bbp_new_forum_pre_extras' );232 233 231 // Bail if errors 234 232 if ( bbp_has_errors() ) … … 236 234 237 235 /** 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.