Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/02/2008 07:04:36 AM (19 years ago)
Author:
sambauers
Message:

Make Bozo and Akismet plugins. Add bb-plugins directory in 0.8 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-admin/options-general.php

    r1161 r1175  
    122122        </fieldset>
    123123        <fieldset>
    124                 <legend><?php _e('Anti-spam') ?></legend>
    125                 <label for="akismet_key">
    126                         <?php _e('Akismet Key:') ?>
    127                 </label>
    128                 <div>
    129                         <input class="text" name="akismet_key" id="akismet_key" value="<?php bb_form_option('akismet_key'); ?>" />
    130                         <p><?php _e('You do not need a key to run bbPress, but if you want to take advantage of Akismet\'s powerful spam blocking, you\'ll need one.'); ?></p>
    131                         <p><?php _e('You can get an Akismet key at <a href="http://wordpress.com/api-keys/">WordPress.com</a>') ?></p>
    132                 </div>
    133         </fieldset>
    134         <fieldset>
    135124                <?php bb_nonce_field( 'options-general-update' ); ?>
    136125                <input type="hidden" name="action" id="action" value="update" />
Note: See TracChangeset for help on using the changeset viewer.