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:
Boone Gorges
2015-09-25 04:44:25 +00:00
parent 2370a81286
commit fd946a9b5a
4 changed files with 8 additions and 8 deletions

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 ) {