Changeset 3810 for branches/plugin/bbp-includes/bbp-topic-template.php
- Timestamp:
- 03/19/2012 05:47:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-template.php
r3805 r3810 3216 3216 3217 3217 // 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() ) { 3219 3219 3220 3220 // Determine the topic id based on the post type
Note: See TracChangeset
for help on using the changeset viewer.