Ticket #1030: patch.txt
File patch.txt, 473 bytes (added by , 19 years ago) |
---|
Line | |
---|---|
1 | Index: wp-includes/functions-post.php |
2 | =================================================================== |
3 | --- wp-includes/functions-post.php (revision 2407) |
4 | +++ wp-includes/functions-post.php (working copy) |
5 | @@ -141,7 +141,7 @@ |
6 | $result = $wpdb->query($sql); |
7 | $rows_affected = $wpdb->rows_affected; |
8 | |
9 | - wp_set_post_cats('', $ID, $post_category) |
10 | + wp_set_post_cats('', $ID, $post_category); |
11 | |
12 | do_action('edit_post', $ID) |