Go to file
Sergey Biryukov 33074d8c67 Users: Add `LIMIT 1` to SQL query in `WP_User::get_data_by()`, as only one row is requested.
Props spacedmonkey.
Fixes #43692.

git-svn-id: https://develop.svn.wordpress.org/trunk@43651 602fd350-edb4-49c9-b593-d223f7449a82
2018-09-23 15:32:48 +00:00
src Users: Add `LIMIT 1` to SQL query in `WP_User::get_data_by()`, as only one row is requested. 2018-09-23 15:32:48 +00:00
tests Tests: Restore `restapi` group on `WP_Test_REST_Revisions_Controller`. 2018-09-18 03:44:57 +00:00
tools/i18n
.editorconfig
.gitignore
.jshintrc
.npmrc
.nvmrc
.travis.yml Build/Test Tools: Implement the automatic retry functionality that Travis CI provides. 2018-09-15 09:21:55 +00:00
Gruntfile.js Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
composer.json Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
composer.lock Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
jsdoc.conf.json
package-lock.json Revert accidental change to `package-lock.json` introduced in [43571]. 2018-09-12 05:42:13 +00:00
package.json
phpcs.xml.dist Upgrade/Install: Properly exclude the `admin/includesSchema.php` tests file for the `WordPress.DB.PreparedSQL.NotPrepared` sniff. 2018-09-14 07:54:53 +00:00
phpunit.xml.dist
webpack.config.dev.js
webpack.config.prod.js
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php