Changeset 5315
- Timestamp:
- 03/06/2014 07:44:11 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/theme-compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r5134 r5315 739 739 'post_title' => sprintf( __( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ), 740 740 'post_status' => bbp_get_public_status_id(), 741 'comment_status' => 'closed' 741 'comment_status' => 'closed', 742 'is_tax' => true 742 743 ) ); 743 744 }
Note: See TracChangeset
for help on using the changeset viewer.