| 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? |