Ticket #1805: functions-post.php.diff
| File functions-post.php.diff, 365 bytes (added by , 20 years ago) |
|---|
-
wp-includes/functions-post.php
35 35 } 36 36 $post_cat = $post_category[0]; 37 37 38 $post_author = $post_author_override; 39 38 40 if ( empty($post_author) ) 39 41 $post_author = $user_ID; 40 42