git-svn-id: https://develop.svn.wordpress.org/trunk@2408 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-03-05 02:02:15 +00:00
parent 651f4d0631
commit 440dbf0efa
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ function wp_update_post($postarr = array()) {
$result = $wpdb->query($sql);
$rows_affected = $wpdb->rows_affected;
wp_set_post_cats('', $ID, $post_category)
wp_set_post_cats('', $ID, $post_category);
do_action('edit_post', $ID);