Make WordPress Core

Changeset 1741


Ignore:
Timestamp:
10/04/2004 10:19:43 AM (22 years ago)
Author:
donncha
Message:

Missing ";"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1737 r1741  
    14851485        $ok_to_comment = $wpdb->get_var("SELECT comment_approved FROM $wpdb->comments WHERE comment_author_email = '$email' and comment_approved = '1' ");
    14861486        if ( 1 == $ok_to_comment && false === strpos( $email, get_settings('moderation_keys')) )
    1487             return true
     1487            return true;
    14881488    return false;
    14891489    }
Note: See TracChangeset for help on using the changeset viewer.