Skip to:
Content

bbPress.org

Changeset 4964


Ignore:
Timestamp:
05/28/2013 07:02:23 PM (12 years ago)
Author:
johnjamesjacoby
Message:

In bbp_update_reply_to(), allow $reply_to to be 0 and delete if it's being set to empty. See #2340.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/replies.php

    r4950 r4964  
    314314        // Allow other fun things to happen
    315315        do_action( 'bbp_reply_attributes_metabox_save', $reply_id, $topic_id, $forum_id, $reply_to );
    316         do_action( 'bbp_author_metabox_save',           $reply_id, $anonymous_data      );
     316        do_action( 'bbp_author_metabox_save',           $reply_id, $anonymous_data                 );
    317317
    318318        return $reply_id;
Note: See TracChangeset for help on using the changeset viewer.