Make WordPress Core


Ignore:
Timestamp:
11/26/2008 06:56:46 PM (16 years ago)
Author:
ryan
Message:

Don't set post_parent default. Props hailin. fixes #8348

File:
1 edited

Legend:

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

    r9846 r9906  
    465465        'exclude' => '', 'meta_key' => '',
    466466        'meta_value' =>'', 'post_type' => 'post',
    467         'post_parent' => 0, 'suppress_filters' => true
     467        'suppress_filters' => true
    468468    );
    469469
Note: See TracChangeset for help on using the changeset viewer.