Changeset 24759
- Timestamp:
- 07/20/2013 08:20:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r24715 r24759 3877 3877 3878 3878 $defaults = array('post_status' => 'inherit', 'post_type' => 'post', 'post_author' => $user_ID, 3879 'ping_status' => get_option('default_ping_status'), 'post_parent' => 0, 3879 'ping_status' => get_option('default_ping_status'), 'post_parent' => 0, 'post_title' => '', 3880 3880 'menu_order' => 0, 'to_ping' => '', 'pinged' => '', 'post_password' => '', 3881 3881 'guid' => '', 'post_content_filtered' => '', 'post_excerpt' => '', 'import_id' => 0, 'context' => '');
Note: See TracChangeset
for help on using the changeset viewer.