Make WordPress Core


Ignore:
Timestamp:
11/14/2008 03:56:09 AM (16 years ago)
Author:
azaozz
Message:

Use local time when determining uploads directory, props DD32, see #8205

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r9675 r9676  
    175175    $overrides = array('test_form'=>false);
    176176
    177     $time = current_time('mysql', true);
     177    $time = current_time('mysql');
    178178    if ( $post = get_post($post_id) ) {
    179179        if ( substr( $post->post_date, 0, 4 ) > 0 )
Note: See TracChangeset for help on using the changeset viewer.