Skip to:
Content

bbPress.org

Ticket #1512: topics_numberposts.patch

File topics_numberposts.patch, 434 bytes (added by jonkristian, 14 years ago)
  • bbp-admin/bbp-metaboxes.php

     
    393393                'post_type'   => bbp_get_topic_post_type(),
    394394                'selected'    => $post->post_parent,
    395395                'select_id'   => 'parent_id',
    396                 'orderby'     => 'post_date',
    397                 'numberposts' => '50'
     396                'orderby'     => 'post_date'
    398397        ); ?>
    399398
    400399        <p><strong><?php _e( 'Parent Topic', 'bbpress' ); ?></strong></p>