Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/22/2008 07:31:37 PM (18 years ago)
Author:
sambauers
Message:

Deprecate "admin_email" function. Introduce new "from_email" function that actually does something.

File:
1 edited

Legend:

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

    r986 r1058  
    5151            <p><?php _e('The full URL of your bbPress install.'); ?></p>
    5252        </div>
    53         <label for="admin_email">
     53        <label for="from_email">
    5454            <?php _e('E-mail address:') ?>
    5555        </label>
    5656        <div>
    57             <input class="text" name="admin_email" id="admin_email" value="<?php bb_form_option('admin_email'); ?>" />
    58             <p><?php _e('This address is used only for admin purposes.'); ?></p>
     57            <input class="text" name="from_email" id="from_email" value="<?php bb_form_option('from_email'); ?>" />
     58            <p><?php _e('Emails sent by the site will appear to come from this address.'); ?></p>
    5959        </div>
    6060        <label for="mod_rewrite">
Note: See TracChangeset for help on using the changeset viewer.