Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/27/2017 03:47:49 AM (7 years ago)
Author:
johnjamesjacoby
Message:

General: Tidying from looking into #2876.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/replies/template.php

    r6433 r6437  
    18291829        // Reply doesn't have a position so get the raw value
    18301830        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 );
    18321836
    18331837            // Post is not the topic
Note: See TracChangeset for help on using the changeset viewer.