Ticket #15230: post.diff
File post.diff, 395 bytes (added by , 15 years ago) |
---|
-
post.php
2518 2518 return 0; 2519 2519 } 2520 2520 } else { 2521 do_action( 'pre_post_insert', $data, $postarr ); 2521 2522 if ( isset($post_mime_type) ) 2522 2523 $data['post_mime_type'] = stripslashes( $post_mime_type ); // This isn't in the update 2523 2524 // If there is a suggested ID, use it if not already present