Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #2652


Ignore:
Timestamp:
07/07/2014 03:20:45 AM (11 years ago)
Author:
netweb
Comment:

In 2652.diff:

  • Introduce bbp_update_reply_reply_id() updater reply helper function
  • bbp_update_reply() calls bbp_update_reply_reply_id() to add _bbp_reply _id post meta key when a reply is created or edited using bbp_new_reply_handler() and bbp_edit_reply_handler() respectively

We should also updating existing reply meta as part of the bbPress 2.6 update.

We should also add a repair tool bbp_admin_repair_reply_meta() for repairing reply meta data alongside fellow bbp_admin_repair_forum_meta() and bbp_admin_repair_topic_meta() repair tools.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2652

    • Property Keywords 2nd-opinion added
  • Ticket #2652 – Description

    initial v1  
    77I think it makes sense based on the methodology used for our other post types and bbPress meta to include `_bbp_reply_id` for all new replies and updated/edited replies.
    88
    9 Related: #2647
     9Related: #2647 Post meta key _bbp_forum_id is not created when creating new forums