Make WordPress Core

Changeset 1599 for trunk/wp-mail.php


Ignore:
Timestamp:
09/05/2004 12:24:28 AM (21 years ago)
Author:
saxmatt
Message:

Massive options cleanup and another step of cleaning up the upgrade/install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-mail.php

    r1487 r1599  
    88$time_difference = get_settings('gmt_offset') * 3600;
    99
    10 $phone_delim = get_settings('use_phoneemail');
    11 if (empty($phone_delim)) $phone_delim = '::';
     10$phone_delim = '::';
    1211
    1312$pop3 = new POP3();
Note: See TracChangeset for help on using the changeset viewer.