Changeset 6672 for trunk/src/bbpress.php
- Timestamp:
- 08/28/2017 02:09:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r6623 r6672 520 520 'hierarchical' => true, 521 521 'query_var' => true, 522 'menu_icon' => '' 522 'menu_icon' => '', 523 'source' => 'bbpress', 523 524 ) ) 524 525 ); … … 545 546 'hierarchical' => false, 546 547 'query_var' => true, 547 'menu_icon' => '' 548 'menu_icon' => '', 549 'source' => 'bbpress', 548 550 ) 549 551 ) ); … … 570 572 'hierarchical' => false, 571 573 'query_var' => true, 572 'menu_icon' => '' 574 'menu_icon' => '', 575 'source' => 'bbpress', 573 576 ) ) 574 577 ); … … 593 596 'public' => true, 594 597 'show_in_admin_status_list' => true, 595 'show_in_admin_all_list' => true 598 'show_in_admin_all_list' => true, 599 'source' => 'bbpress' 596 600 ) ) 597 601 ); … … 606 610 'exclude_from_search' => true, 607 611 'show_in_admin_status_list' => true, 608 'show_in_admin_all_list' => false 612 'show_in_admin_all_list' => false, 613 'source' => 'bbpress' 609 614 ) ) 610 615 ); … … 619 624 'exclude_from_search' => true, 620 625 'show_in_admin_status_list' => true, 621 'show_in_admin_all_list' => false 626 'show_in_admin_all_list' => false, 627 'source' => 'bbpress' 622 628 ) ) 623 629 ); … … 632 638 'exclude_from_search' => true, 633 639 'show_in_admin_status_list' => true, 634 'show_in_admin_all_list' => true 640 'show_in_admin_all_list' => true, 641 'source' => 'bbpress' 635 642 ) ) 636 643 ); … … 682 689 'public' => true, 683 690 'show_ui' => bbp_allow_topic_tags() && current_user_can( 'bbp_topic_tags_admin' ), 691 'source' => 'bbpress' 684 692 ) 685 693 ) );
Note: See TracChangeset
for help on using the changeset viewer.