mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@34534 602fd350-edb4-49c9-b593-d223f7449a82
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