Changeset 3833
- Timestamp:
- 04/03/2012 10:32:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r3832 r3833 524 524 */ 525 525 public function register_theme_packages() { 526 526 527 527 /** Default Theme *****************************************************/ 528 528 … … 550 550 /** 551 551 * Setup the default bbPress theme compatability location. 552 * 552 * 553 553 * @since bbPress (r3778) 554 554 */ … … 662 662 // Register Forum content type 663 663 register_post_type( 664 bbp_get_forum_post_type(), 664 bbp_get_forum_post_type(), 665 665 apply_filters( 'bbp_register_forum_post_type', array( 666 666 'labels' => $post_type['labels'], … … 800 800 /** 801 801 * Register the post statuses used by bbPress 802 * 802 * 803 803 * We do some manipulation of the 'trash' status so trashed topics and 804 804 * replies can be viewed from within the theme.
Note: See TracChangeset
for help on using the changeset viewer.