Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/02/2012 12:39:16 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Akismet:

  • Pass additional post information on topic/reply edit, to prevent Akismet from nooping it.
  • Revert part of r4041; put actions back before bbp_is_error() calls.
  • Replace some missing revision numbers.
  • Fixes #1869.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-forum-functions.php

    r4041 r4042  
    229229    /** Additional Actions (Before Save) **************************************/
    230230
     231    do_action( 'bbp_new_forum_pre_extras', $forum_parent_id );
     232
    231233    // Bail if errors
    232234    if ( bbp_has_errors() )
     
    234236
    235237    /** No Errors *************************************************************/
    236 
    237     do_action( 'bbp_new_forum_pre_extras', $forum_parent_id );
    238238
    239239    // Add the content of the form to $forum_data as an array
Note: See TracChangeset for help on using the changeset viewer.