Make WordPress Core

Changeset 4191


Ignore:
Timestamp:
09/14/2006 12:25:59 AM (18 years ago)
Author:
ryan
Message:

Typo.

File:
1 edited

Legend:

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

    r4189 r4191  
    699699    // Schedule publication.
    700700    if ( 'future' == $post_status )
    701         wp_schedule_single_event(strtotime($post->post_date_gmt. ' GMT'), 'publish_future_post', $post_ID);
     701        wp_schedule_single_event(strtotime($post_date_gmt. ' GMT'), 'publish_future_post', $post_ID);
    702702       
    703703    do_action('save_post', $post_ID);
Note: See TracChangeset for help on using the changeset viewer.