Changeset 4873
- Timestamp:
- 02/11/07 04:32:31 (1 year ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r4847 r4873 673 673 if ( defined('XMLRPC_REQUEST') ) 674 674 do_action('xmlrpc_publish_post', $post_ID); 675 if ( defined('APP_REQUEST') ) 676 do_action('app_publish_post', $post_ID); 675 677 676 678 if ( !defined('WP_IMPORTING') ) {
