Skip to:
Content

bbPress.org

Changeset 5315


Ignore:
Timestamp:
03/06/2014 07:44:11 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Set is_tax to true when calling bbp_theme_compaty_reset_post() when viewing/editing a topic-tag. Fixes #2444.

File:
1 edited

Legend:

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

    r5134 r5315  
    739739            'post_title'     => sprintf( __( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ),
    740740            'post_status'    => bbp_get_public_status_id(),
    741             'comment_status' => 'closed'
     741            'comment_status' => 'closed',
     742            'is_tax'         => true
    742743        ) );
    743744    }
Note: See TracChangeset for help on using the changeset viewer.