Pinking shears.

git-svn-id: https://develop.svn.wordpress.org/trunk@34534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges
2015-09-25 04:43:57 +00:00
parent 4da03f3cfc
commit 0c5bd75262
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 ) {