Make WordPress Core


Ignore:
Timestamp:
01/04/2008 07:36:34 PM (17 years ago)
Author:
ryan
Message:

Unused var cleanup. Props DD32. see #5418

File:
1 edited

Legend:

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

    r6546 r6551  
    25642564 * @param object $post Object type containing the post information
    25652565 */
    2566 function _future_post_hook($post_id, $post) {
     2566function _future_post_hook($deprecated = '', $post) {
    25672567    wp_clear_scheduled_hook( 'publish_future_post', $post->ID );
    25682568    wp_schedule_single_event(strtotime($post->post_date_gmt. ' GMT'), 'publish_future_post', array($post->ID));
Note: See TracChangeset for help on using the changeset viewer.