Ticket #2623: 2623.1.diff
| File 2623.1.diff, 903 bytes (added by , 12 years ago) |
|---|
-
src/includes/replies/functions.php
1128 1128 } 1129 1129 } 1130 1130 1131 return (int) apply_filters( 'bbp_update_reply_to', (int) $reply_ to, $reply_id);1131 return (int) apply_filters( 'bbp_update_reply_to', (int) $reply_id, $reply_to ); 1132 1132 } 1133 1133 1134 1134 /** -
src/includes/replies/template.php
1583 1583 $reply_to = (int) get_post_meta( $reply_id, '_bbp_reply_to', true ); 1584 1584 } 1585 1585 1586 return (int) apply_filters( 'bbp_get_reply_to', $reply_ to, $reply_id);1586 return (int) apply_filters( 'bbp_get_reply_to', $reply_id, $reply_to ); 1587 1587 } 1588 1588 1589 1589 /**