Skip to:
Content

bbPress.org

Changeset 6811


Ignore:
Timestamp:
04/23/2018 04:24:46 AM (7 years ago)
Author:
johnjamesjacoby
Message:

Subscriptions: prevent admin area topic updates from unsubscribing users.

Fixes #3185.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/metaboxes.php

    r6786 r6811  
    749749
    750750    // Output
    751     ?><p><?php
     751    ?>
     752    <input name="bbp_topic_subscription" id="bbp_topic_subscription" type="hidden" value="bbp_subscribe" <?php bbp_form_topic_subscribed(); ?> />
     753    <p><?php
    752754
    753755        // Relationships
Note: See TracChangeset for help on using the changeset viewer.