Ticket #14283: new_xmlrpc_new_post_action.diff
| File new_xmlrpc_new_post_action.diff, 506 bytes (added by simonwheatley, 3 years ago) |
|---|
-
Users/simon/Projects/AlastairBaxter/site/wordpress/xmlrpc.php
2196 2196 2197 2197 logIO('O', "Posted ! ID: $post_ID"); 2198 2198 2199 // Fire an action now we've finished adding the new post 2200 do_action( 'xmlrpc_post_new_post' ); 2201 2199 2202 return strval($post_ID); 2200 2203 } 2201 2204