Skip to:
Content

bbPress.org

Changeset 2354


Ignore:
Timestamp:
08/12/2009 06:21:10 AM (17 years ago)
Author:
sambauers
Message:

Remove unimplemented form element from recount page. See #1146.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/tools-recount.php

    r2353 r2354  
    9191        </div>
    9292<?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     ) );
    10193} else {
    10294?>
Note: See TracChangeset for help on using the changeset viewer.