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-includes/functions.php

    r1011 r1012  
    15681568
    15691569function check_comment($author, $email, $url, $comment, $user_ip) {
     1570    if (1 == get_settings('comment_moderation')) return false;
    15701571    $words = explode("\n", get_settings('moderation_keys') );
    15711572    foreach ($words as $word) {
Note: See TracChangeset for help on using the changeset viewer.