Changeset 2354
- Timestamp:
- 08/12/2009 06:21:10 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/tools-recount.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/tools-recount.php
r2353 r2354 91 91 </div> 92 92 <?php 93 bb_option_form_element( 'row_limit', array(94 'title' => __( 'Maximum rows per query' ),95 'class' => array( 'short' ),96 'note' => array(97 __( 'The maximum number of rows to retrieve in any one database query, leave blank for no limit.' ),98 __( 'Using this will caues bbPress to make smaller queries in larger numbers, which is usually slower, but useful if recounting is causing bbPress to run out of memory.' )99 )100 ) );101 93 } else { 102 94 ?>
Note: See TracChangeset
for help on using the changeset viewer.