Make WordPress Core

Ticket #1805: functions-post.php.diff

File functions-post.php.diff, 365 bytes (added by markjaquith, 20 years ago)

Patch for WP 1.6 SVN

  • wp-includes/functions-post.php

     
    3535        }
    3636        $post_cat = $post_category[0];
    3737
     38        $post_author = $post_author_override;
     39
    3840        if ( empty($post_author) )
    3941                $post_author = $user_ID;
    4042