Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/02/2017 04:57:35 AM (8 years ago)
Author:
johnjamesjacoby
Message:

Moderation: Clean-up from r6341. Props netweb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/theme-compat.php

    r6341 r6342  
    647647
    648648        // Edit
    649         } elseif ( bbp_is_topic_edit() ) {         
     649        } elseif ( bbp_is_topic_edit() ) {
    650650            $new_content = $bbp_shortcodes->display_topic_form();
    651651
     
    700700            $new_content = $bbp_shortcodes->display_reply_form();
    701701
    702             // Lock the topic from other edits
     702            // Lock the reply from other edits
    703703            bbp_set_post_lock( bbp_get_reply_id() );
    704704
Note: See TracChangeset for help on using the changeset viewer.