diff --git src/wp-includes/js/zxcvbn-async.js src/wp-includes/js/zxcvbn-async.js
index 88ac5b3..87ae967 100644
--- src/wp-includes/js/zxcvbn-async.js
+++ src/wp-includes/js/zxcvbn-async.js
@@ -1,4 +1,8 @@
 /* global _zxcvbnSettings */
+/**
+ * Loads the zxcvbnSettings asynchronously by inserting async script tag before
+ * the first one.
+ */
 (function() {
   var async_load = function() {
     var first, s;
