Skip to:
Content

bbPress.org

Changeset 6314


Ignore:
Timestamp:
02/26/2017 06:46:39 AM (8 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat: Revert part of r5470, causing user profiles to output comment sections.

Fixes #3050. See #2545.

File:
1 edited

Legend:

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

    r6295 r6314  
    503503            'post_title'     => bbp_get_displayed_user_field( 'display_name' ),
    504504            'post_status'    => bbp_get_public_status_id(),
    505             'is_single'      => true,
    506505            'is_archive'     => false,
    507506            'comment_status' => 'closed'
Note: See TracChangeset for help on using the changeset viewer.