Make WordPress Core


Ignore:
Timestamp:
03/25/2004 08:18:20 PM (22 years ago)
Author:
saxmatt
Message:

Additional plugin API hooks, extending moderation scheme to more fully cover trackbacks and pingbacks, cleanup of XML-RPC file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-trackback.php

    r1003 r1012  
    8787            wp_notify_postauthor($comment_ID, 'trackback');
    8888        trackback_response(0);
     89        do_action('trackback_post', $comment_ID);
    8990    }
    9091}
Note: See TracChangeset for help on using the changeset viewer.