Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/19/2012 05:47:40 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Make sure topic tags appear on single topics and replies. Props jaredatch. Fixes #1791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-template.php

    r3805 r3810  
    32163216
    32173217        // Get edit data
    3218         } elseif ( bbp_is_topic_edit() || bbp_is_reply_edit() ) {
     3218        } elseif ( bbp_is_single_topic() || bbp_is_single_reply() || bbp_is_topic_edit() || bbp_is_reply_edit() ) {
    32193219
    32203220            // Determine the topic id based on the post type
Note: See TracChangeset for help on using the changeset viewer.