Changeset 4873

Show
Ignore:
Timestamp:
02/11/07 04:32:31 (1 year ago)
Author:
matt
Message:

Add similar hook as XML-RPC for Atom

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/post.php

    r4847 r4873  
    673673        if ( defined('XMLRPC_REQUEST') ) 
    674674            do_action('xmlrpc_publish_post', $post_ID); 
     675        if ( defined('APP_REQUEST') ) 
     676            do_action('app_publish_post', $post_ID); 
    675677 
    676678        if ( !defined('WP_IMPORTING') ) {