Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/18/2018 06:06:16 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Metaboxes: show non-public replies in topic-replies meta/list box.

This shows trashed/spam replies to capable users when editing a topic via WordPress admin, because if you're moderating a topic from here, chances are high you want to see everything - not just public replies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/replies/template.php

    r6745 r6770  
    160160
    161161        // Default view=all statuses
    162         $post_statuses = array(
    163             bbp_get_public_status_id(),
    164             bbp_get_closed_status_id(),
    165             bbp_get_spam_status_id(),
    166             bbp_get_trash_status_id(),
    167             bbp_get_pending_status_id()
    168         );
     162        $post_statuses = array_keys( bbp_get_topic_statuses() );
    169163
    170164        // Add support for private status
Note: See TracChangeset for help on using the changeset viewer.