Changeset 2098 for trunk/bb-admin/site.php
- Timestamp:
- 05/26/2009 12:59:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/site.php
r1910 r2098 1 <?php require_once('admin.php'); ?> 2 <?php bb_get_admin_header(); ?> 1 <?php 2 require_once('admin.php'); 3 4 $bb_admin_body_class = ' bb-admin-tools'; 5 6 bb_get_admin_header(); 7 ?> 3 8 4 9 <div class="wrap"> 5 10 6 11 <h2><?php _e('Recount') ?></h2> 12 <?php do_action( 'bb_admin_notices' ); ?> 13 7 14 <p><?php _e("The following checkboxes allow you to recalculate various numbers stored in the database. These numbers are used for things like counting the number of pages worth of posts a particular topic has. You shouldn't need to do do any of this unless you're upgrading from one version to another or are seeing pagination oddities.") ?></p> 8 15
Note: See TracChangeset
for help on using the changeset viewer.