Ticket #1146: fast-recount.php
| File fast-recount.php, 409 bytes (added by _ck_, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /* |
| 3 | Plugin Name: Fast Recount |
| 4 | Plugin URI: http://bbpress.org/plugins/topic/fast-recount |
| 5 | Description: Performs recount administration significantly faster than built-in bbPress functions. Helpful on large forums. |
| 6 | Author: _ck_ |
| 7 | Author URI: http://bbShowcase.org |
| 8 | Version: 0.0.1 |
| 9 | */ |
| 10 | if (defined('BB_IS_ADMIN') &&BB_IS_ADMIN) {@include('fast-recount-admin.php');} // only execute code during admin |
| 11 | ?> |