Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #2623, comment 2


Ignore:
Timestamp:
09/09/2014 09:14:36 PM (11 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2623, comment 2

    initial v1  
    11This patch does not seem correct.
    22
    3 * `bbp_update_reply_to()`'s return value is never used. If it were, why would it return the same ID being passed into it?
    4 * Why would `bbp_get_reply_to()` return the same ID being passed into it? Doesn't it make more sense to return the meta data we're requesting?
     3* `bbp_update_reply_to()`'s return value is never used. If it were, why would it return the same parent ID being passed into it VS the new reply_to value?
     4* Why would `bbp_get_reply_to()` return the same ID being passed into it? Doesn't it make more sense to return the metadata we're requesting?