Changeset 3239
- Timestamp:
- 05/26/2011 11:31:58 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/importers/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/importers/bbpress.php
r3227 r3239 912 912 'forum_id' => $forum->forum_id, 913 913 'per_page' => -1, 914 'topic_status' => 'all' 914 'topic_status' => 'all', 915 'order_by' => 'topic_start_time', 916 'order' => 'ASC' 915 917 ) ); 916 918
Note: See TracChangeset
for help on using the changeset viewer.