<?php
/*
Plugin Name: Fast Recount
Plugin URI: http://bbpress.org/plugins/topic/fast-recount
Description: Performs recount administration significantly faster than built-in bbPress functions.  Helpful on large forums.
Author: _ck_
Author URI: http://bbShowcase.org
Version: 0.0.1
*/
if (defined('BB_IS_ADMIN') &&BB_IS_ADMIN) {@include('fast-recount-admin.php');}	// only execute code during admin
?>
