Changeset 4046 for branches/plugin/bbpress.php
- Timestamp:
- 07/02/2012 07:06:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r4043 r4046 513 513 'capabilities' => bbp_get_forum_caps(), 514 514 'capability_type' => array( 'forum', 'forums' ), 515 'menu_position' => 5 6,515 'menu_position' => 555555, 516 516 'has_archive' => bbp_get_root_slug(), 517 517 'exclude_from_search' => true, … … 570 570 'capabilities' => bbp_get_topic_caps(), 571 571 'capability_type' => array( 'topic', 'topics' ), 572 'menu_position' => 5 7,572 'menu_position' => 555555, 573 573 'has_archive' => bbp_get_topic_archive_slug(), 574 574 'exclude_from_search' => true, … … 627 627 'capabilities' => bbp_get_reply_caps(), 628 628 'capability_type' => array( 'reply', 'replies' ), 629 'menu_position' => 5 8,629 'menu_position' => 555555, 630 630 'exclude_from_search' => true, 631 631 'has_archive' => false,
Note: See TracChangeset
for help on using the changeset viewer.