ad81bf20db
* `wp_send_json_error()` accesses `$errors` on an instance, it must be `public` * `$error_data` is a local message cache for error codes and doesn't particularly hide info, would be the only non-public field or method in the class Make `$errors` and `$error_data` public and remove magic methods. See #30891. git-svn-id: https://develop.svn.wordpress.org/trunk@31138 602fd350-edb4-49c9-b593-d223f7449a82 |
||
---|---|---|
src | ||
tests | ||
tools/i18n | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
package.json | ||
phpunit.xml.dist | ||
wp-cli.yml | ||
wp-config-sample.php | ||
wp-tests-config-sample.php |