Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/01/2017 09:14:30 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Topic Tags: set is_archive to true when viewing a topic tag archive.

Fixes #3071.

File:
1 edited

Legend:

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

    r6438 r6453  
    792792            'post_status'    => bbp_get_public_status_id(),
    793793            'is_tax'         => true,
     794            'is_archive'     => true,
    794795            'comment_status' => 'closed'
    795796        ) );
Note: See TracChangeset for help on using the changeset viewer.