Ticket #2330: topic-dropdown-order.patch
| File topic-dropdown-order.patch, 691 bytes (added by , 13 years ago) |
|---|
-
templates/default/bbpress/form-topic-merge.php
48 48 'selected' => -1, 49 49 'exclude' => bbp_get_topic_id(), 50 50 'select_id' => 'bbp_destination_topic', 51 'none_found' => __( 'No topics were found to which the topic could be merged to!', 'bbpress' ) 51 'none_found' => __( 'No topics were found to which the topic could be merged to!', 'bbpress' ), 52 'orderby' => 'title' 52 53 ) ); 53 54 ?>