Changeset 25661
- Timestamp:
- 10/02/2013 07:51:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25628 r25661 3958 3958 $defaults = array('post_status' => 'inherit', 'post_type' => 'post', 'post_author' => $user_ID, 3959 3959 'ping_status' => get_option('default_ping_status'), 'post_parent' => 0, 'post_title' => '', 3960 'menu_order' => 0, 'to_ping' => '', 'pinged' => '', 'post_password' => '', 3960 'menu_order' => 0, 'to_ping' => '', 'pinged' => '', 'post_password' => '', 'post_content' => '', 3961 3961 'guid' => '', 'post_content_filtered' => '', 'post_excerpt' => '', 'import_id' => 0, 'context' => ''); 3962 3962
Note: See TracChangeset
for help on using the changeset viewer.