Changeset 6437 for trunk/src/includes/replies/template.php
- Timestamp:
- 05/27/2017 03:47:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r6433 r6437 1829 1829 // Reply doesn't have a position so get the raw value 1830 1830 if ( empty( $reply_position ) ) { 1831 $topic_id = ! empty( $topic_id ) ? bbp_get_topic_id( $topic_id ) : bbp_get_reply_topic_id( $reply_id ); 1831 1832 // Get topic ID 1833 $topic_id = ! empty( $topic_id ) 1834 ? bbp_get_topic_id( $topic_id ) 1835 : bbp_get_reply_topic_id( $reply_id ); 1832 1836 1833 1837 // Post is not the topic
Note: See TracChangeset
for help on using the changeset viewer.