Changeset 4147
- Timestamp:
- 08/31/06 05:21:27 (2 years ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r4144 r4147 665 665 if ($post_status == 'publish' && $post_type == 'post') { 666 666 do_action('publish_post', $post_ID); 667 if ( defined('XMLRPC_REQUEST') ) 668 do_action('xmlrpc_publish_post', $post_ID); 667 669 668 670 if ( !defined('WP_IMPORTING') ) {
