Changeset 6951
- Timestamp:
- 02/21/2008 12:52:51 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r6938 r6951 1122 1122 'ping_status' => get_option('default_ping_status'), 'post_parent' => 0, 1123 1123 'menu_order' => 0, 'to_ping' => '', 'pinged' => '', 'post_password' => '', 1124 'guid' => '' );1124 'guid' => '', 'post_content_filtered' => ''); 1125 1125 1126 1126 $postarr = wp_parse_args($postarr, $defaults);
Note: See TracChangeset
for help on using the changeset viewer.