Ticket #1146: fast-recount.php

File fast-recount.php, 409 bytes (added by _ck_, 3 years ago)

part 1 of 2, fast recount for bbPress 0.9

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