Ticket #2554: 2554-register_views.diff
| File 2554-register_views.diff, 753 bytes (added by , 12 years ago) |
|---|
-
src/bbpress.php
681 681 __( 'Most popular topics', 'bbpress' ), 682 682 apply_filters( 'bbp_register_view_popular', array( 683 683 'meta_key' => '_bbp_reply_count', 684 'meta_type' => 'NUMERIC', 684 685 'max_num_pages' => 1, 685 686 'orderby' => 'meta_value_num', 686 687 'show_stickies' => false … … 693 694 __( 'Topics with no replies', 'bbpress' ), 694 695 apply_filters( 'bbp_register_view_no_replies', array( 695 696 'meta_key' => '_bbp_reply_count', 697 'meta_type' => 'NUMERIC', 696 698 'meta_value' => 1, 697 699 'meta_compare' => '<', 698 700 'orderby' => '',