Make WordPress Core


Ignore:
Timestamp:
03/07/2010 02:51:55 AM (15 years ago)
Author:
dd32
Message:

Check date_create() exists for automatic-timezone functionality. Props hakre. Fixes #12534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r13569 r13616  
    37373737    $support = false;
    37383738    if (
     3739        function_exists( 'date_create' ) &&
    37393740        function_exists( 'date_default_timezone_set' ) &&
    37403741        function_exists( 'timezone_identifiers_list' ) &&
Note: See TracChangeset for help on using the changeset viewer.