Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/26/2009 12:59:08 AM (16 years ago)
Author:
sambauers
Message:

Admin makeover. Split options over several pages so that options are under the same page as in WordPress. Add header icons. Move notices below the h2 header. Auto-generate .htaccess file when possible. See #838

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
     2require_once('admin.php');
     3
     4$bb_admin_body_class = ' bb-admin-tools';
     5
     6bb_get_admin_header();
     7?>
    38
    49<div class="wrap">
    510
    611<h2><?php _e('Recount') ?></h2>
     12<?php do_action( 'bb_admin_notices' ); ?>
     13
    714<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>
    815
Note: See TracChangeset for help on using the changeset viewer.