Pinking shears.
Built from https://develop.svn.wordpress.org/trunk@34534 git-svn-id: http://core.svn.wordpress.org/trunk@34498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -708,7 +708,7 @@ function check_comment_flood_db( $ip, $email, $date ) {
|
||||
"SELECT `comment_date_gmt` FROM `$wpdb->comments` WHERE `comment_date_gmt` >= %s AND ( $check_column = %s OR `comment_author_email` = %s ) ORDER BY `comment_date_gmt` DESC LIMIT 1",
|
||||
$hour_ago,
|
||||
$user,
|
||||
$email
|
||||
$email
|
||||
);
|
||||
$lasttime = $wpdb->get_var( $sql );
|
||||
if ( $lasttime ) {
|
||||
|
||||
Reference in New Issue
Block a user