Ticket #1512: topics_numberposts.patch
File topics_numberposts.patch, 434 bytes (added by , 14 years ago) |
---|
-
bbp-admin/bbp-metaboxes.php
393 393 'post_type' => bbp_get_topic_post_type(), 394 394 'selected' => $post->post_parent, 395 395 'select_id' => 'parent_id', 396 'orderby' => 'post_date', 397 'numberposts' => '50' 396 'orderby' => 'post_date' 398 397 ); ?> 399 398 400 399 <p><strong><?php _e( 'Parent Topic', 'bbpress' ); ?></strong></p>