Changeset 8488 for trunk/wp-mail.php
- Timestamp:
- 07/29/08 19:56:38 (4 months ago)
- Files:
-
- trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-mail.php
r7991 r8488 12 12 /** Get the POP3 class for which to access the mailbox. */ 13 13 require_once(ABSPATH.WPINC.'/class-pop3.php'); 14 15 // WTF is this? Use constants instead.16 error_reporting(2037);17 14 18 15 $time_difference = get_option('gmt_offset') * 3600;
