From 3afee26783884f11c633c441396c5ecd04708c44 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 5 Mar 2005 02:02:15 +0000 Subject: [PATCH] Missing; git-svn-id: http://svn.automattic.com/wordpress/trunk@2408 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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);