Changeset 1655
- Timestamp:
- 08/19/08 22:03:49 (3 months ago)
- Files:
-
- trunk/bb-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bb-includes/pluggable.php
r1654 r1655 625 625 // If we don't have an email from the input headers 626 626 if ( !isset( $from_email ) ) { 627 $from_email = bb_get_option('from_email'); 628 } 629 630 // If there is still no email address 631 if ( !$from_email ) { 627 632 // Get the site domain and get rid of www. 628 633 $sitename = strtolower( $_SERVER['SERVER_NAME'] );