Make WordPress Core


Ignore:
Timestamp:
01/22/2008 07:35:19 PM (17 years ago)
Author:
ryan
Message:

Refactor login. see #5405

File:
1 edited

Legend:

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

    r6594 r6643  
    10631063    }
    10641064
    1065     if ( $update ) {
     1065    if ( $update || '0000-00-00 00:00:00' == $post_date ) {
    10661066        $post_modified     = current_time( 'mysql' );
    10671067        $post_modified_gmt = current_time( 'mysql', 1 );
Note: See TracChangeset for help on using the changeset viewer.