Make WordPress Core

Changeset 4873


Ignore:
Timestamp:
02/11/2007 04:32:31 AM (18 years ago)
Author:
matt
Message:

Add similar hook as XML-RPC for Atom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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') ) {
Note: See TracChangeset for help on using the changeset viewer.