Make WordPress Core


Ignore:
Timestamp:
03/25/2004 08:18:20 PM (21 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-comments-post.php

    r997 r1012  
    101101    }
    102102
     103    do_action('comment_post', $comment_ID);
     104
    103105    if ($email == '')
    104106        $email = ' '; // this to make sure a cookie is set for 'no email'
Note: See TracChangeset for help on using the changeset viewer.