Changeset 6342 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 03/02/2017 04:57:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r6341 r6342 647 647 648 648 // Edit 649 } elseif ( bbp_is_topic_edit() ) { 649 } elseif ( bbp_is_topic_edit() ) { 650 650 $new_content = $bbp_shortcodes->display_topic_form(); 651 651 … … 700 700 $new_content = $bbp_shortcodes->display_reply_form(); 701 701 702 // Lock the topicfrom other edits702 // Lock the reply from other edits 703 703 bbp_set_post_lock( bbp_get_reply_id() ); 704 704
Note: See TracChangeset
for help on using the changeset viewer.