Go to file
Boone Gorges a1f89f4e86 Use 'invalid_username' error code when tripping 'illegal_user_logins'.
This gives us better compatibility with existing errors thrown by
`sanitize_user()`, especially in Multisite, where user_login has more
restrictions on allowed characters.

Props markjaquith.
Fixes #27317.

git-svn-id: https://develop.svn.wordpress.org/trunk@35772 602fd350-edb4-49c9-b593-d223f7449a82
2015-12-04 23:24:56 +00:00
src Use 'invalid_username' error code when tripping 'illegal_user_logins'. 2015-12-04 23:24:56 +00:00
tests Use 'invalid_username' error code when tripping 'illegal_user_logins'. 2015-12-04 23:24:56 +00:00
tools/i18n
.editorconfig
.gitignore
.jshintrc Build: Prevent non-breaking spaces from accidentally being inserted into JavaScript files. 2015-11-12 12:04:55 +00:00
.travis.yml Remove PHP 7 from allowed failures list 2015-11-12 21:44:24 +00:00
Gruntfile.js Build: Update source for `includes:embed` after [35718]. 2015-11-20 15:36:21 +00:00
package.json Build Tools: Update `autoprefixer` to 0.6.1. 2015-11-07 11:56:26 +00:00
phpunit.xml.dist
wp-cli.yml Remove debug mode from WP-CLI by default, as it now outputs too much debugging information to be of use during normal development. 2015-11-28 18:36:06 +00:00
wp-config-sample.php
wp-tests-config-sample.php