Make WordPress Core

Changeset 11066


Ignore:
Timestamp:
04/23/2009 07:03:21 AM (16 years ago)
Author:
ryan
Message:

Don't absint gmt_offset. Props Hirvine. fixes #9162

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-mail.php

    r10810 r11066  
    1414require_once( ABSPATH . WPINC . '/class-pop3.php' );
    1515
    16 $time_difference = absint(get_option('gmt_offset')) * 3600;
     16$time_difference = get_option('gmt_offset') * 3600;
    1717
    1818$phone_delim = '::';
Note: See TracChangeset for help on using the changeset viewer.