Ticket #8827: wp-app.php.diff
File wp-app.php.diff, 688 bytes (added by , 16 years ago) |
---|
-
wp-app.php
478 478 // this could affect our ability to send back the right headers 479 479 @wp_set_post_categories($postID, $post_category); 480 480 481 do_action( 'atompub_create_post', $postID, $entry ); 482 481 483 $output = $this->get_entry($postID); 482 484 483 485 log_app('function',"create_post($postID)"); … … 556 558 $this->internal_error(__('For some strange yet very annoying reason, this post could not be edited.')); 557 559 } 558 560 561 do_action( 'atompub_put_post', $ID, $parsed ); 562 559 563 log_app('function',"put_post($postID)"); 560 564 $this->ok(); 561 565 }