Missing;
git-svn-id: https://develop.svn.wordpress.org/trunk@2408 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
651f4d0631
commit
440dbf0efa
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user