Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/23/2013 07:09:03 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Hierarchical replies:

  • Introduce setting, option, functions, JS, CSS, and Walker class to support hierarchical replies.
  • Tweak functions where saving the additional reply_to meta data is necessary.
  • Add meta data field in dashboard to show the reply_to ID.
  • There will likely be more tweaking necessary, as we test this further and get more eyes on the code.
  • Fixes #2036.
  • Props jmdodd for this huge effort.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/actions.php

    r4918 r4944  
    182182
    183183// New/Edit Reply
    184 add_action( 'bbp_new_reply',  'bbp_update_reply', 10, 6 );
    185 add_action( 'bbp_edit_reply', 'bbp_update_reply', 10, 6 );
     184add_action( 'bbp_new_reply',  'bbp_update_reply', 10, 7 );
     185add_action( 'bbp_edit_reply', 'bbp_update_reply', 10, 7 );
    186186
    187187// Before Delete/Trash/Untrash Reply
Note: See TracChangeset for help on using the changeset viewer.