External Libraries: zxcvbn library.

This reverts [44354] for more investigation into inconsistent password strength values that passed locally prior to commit.

Unprops omarreiss, netweb, desrosj.
See #43749.
Built from https://develop.svn.wordpress.org/trunk@44356


git-svn-id: http://core.svn.wordpress.org/trunk@44186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2018-12-20 21:03:49 +00:00
parent b3a7877017
commit 0211420001
2 changed files with 32 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44355';
$wp_version = '5.1-alpha-44356';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.