From 440dbf0efa4e5fd04ce553276cef96cc6e9eabfc Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 5 Mar 2005 02:02:15 +0000 Subject: [PATCH] Missing; git-svn-id: https://develop.svn.wordpress.org/trunk@2408 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions-post.php b/wp-includes/functions-post.php index 39cd2853fb..df6175f440 100644 --- a/wp-includes/functions-post.php +++ b/wp-includes/functions-post.php @@ -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);