Changeset 6288
- Timestamp:
- 02/14/2017 06:33:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r6196 r6288 680 680 'post_type' => bbp_get_reply_post_type(), 681 681 'post_status' => bbp_get_public_status_id(), 682 'is_archive' => true, 682 683 'comment_status' => 'closed' 683 684 ) ); … … 708 709 'post_type' => bbp_get_reply_post_type(), 709 710 'post_status' => bbp_get_reply_status(), 711 'is_single' => true, 710 712 'comment_status' => 'closed' 711 713 ) ); … … 724 726 'post_type' => '', 725 727 'post_status' => bbp_get_public_status_id(), 728 'is_archive' => true, 726 729 'comment_status' => 'closed' 727 730 ) ); … … 740 743 'post_type' => '', 741 744 'post_status' => bbp_get_public_status_id(), 745 'is_archive' => true, 742 746 'comment_status' => 'closed' 743 747 ) ); … … 769 773 'post_title' => sprintf( __( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ), 770 774 'post_status' => bbp_get_public_status_id(), 771 ' comment_status' => 'closed',772 ' is_tax' => true775 'is_tax' => true, 776 'comment_status' => 'closed' 773 777 ) ); 774 778 }
Note: See TracChangeset
for help on using the changeset viewer.