Changeset 1058 for trunk/bb-admin/options-general.php
- Timestamp:
- 01/22/2008 07:31:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/options-general.php
r986 r1058 51 51 <p><?php _e('The full URL of your bbPress install.'); ?></p> 52 52 </div> 53 <label for=" admin_email">53 <label for="from_email"> 54 54 <?php _e('E-mail address:') ?> 55 55 </label> 56 56 <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> 59 59 </div> 60 60 <label for="mod_rewrite">
Note: See TracChangeset
for help on using the changeset viewer.