Changeset 1186
- Timestamp:
- 01/14/08 19:05:09 (11 months ago)
- Files:
-
- trunk/wp-includes/class-phpmailer.php (modified) (1 diff)
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/class-phpmailer.php
r1069 r1186 59 59 * @var string 60 60 */ 61 var $From = "support@ wordpress.com";61 var $From = "support@localhost.localdomain"; 62 62 63 63 /** trunk/wp-settings.php
r1172 r1186 270 270 271 271 if ( '2' == $current_blog->deleted ) 272 graceful_fail(sprintf(__('This blog has not been activated yet. If you are having problems activating your blog, please contact <a href="mailto: support@{%1$s}">support@{%1$s}</a>.'), $current_site->domain));272 graceful_fail(sprintf(__('This blog has not been activated yet. If you are having problems activating your blog, please contact <a href="mailto:%1$s">%1$s</a>.'), get_site_option( 'admin_email', "support@{$current_site->domain}" ))); 273 273 274 274 if( $current_blog->archived == '1' )
