]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/_inc/akismet.js
Wordpress 4.5.3
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / _inc / akismet.js
index 101db40f12a36c06b60f3f7d596f53e1286421e7..246c858103d14c9d3acfc678e102ab382244251f 100644 (file)
@@ -181,7 +181,8 @@ jQuery( function ( $ ) {
                                        window.location.reload();
                                }
                                else {
-                                       akismet_check_for_spam(offset + limit, limit);
+                                       // Account for comments that were caught as spam and moved out of the queue.
+                                       akismet_check_for_spam(offset + limit - result.counts.spam, limit);
                                }
                        }
                );