Make WordPress Core


Ignore:
Timestamp:
02/15/2006 07:16:58 AM (19 years ago)
Author:
ryan
Message:

Use post_type not post_status.

File:
1 edited

Legend:

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

    r3523 r3535  
    556556        'to_ping' => $post->to_ping,
    557557        'pinged' => $post->pinged,
     558        'post_type' => $post->post_type,
    558559        'post_name' => $post->post_name
    559560    );
Note: See TracChangeset for help on using the changeset viewer.