Changeset 10750
- Timestamp:
- 03/09/2009 10:17:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r10727 r10750 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 … … 556 558 $this->internal_error(__('For some strange yet very annoying reason, this post could not be edited.')); 557 559 } 560 561 do_action( 'atompub_put_post', $ID, $parsed ); 558 562 559 563 log_app('function',"put_post($postID)");
Note: See TracChangeset
for help on using the changeset viewer.