mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
ad81bf20dbf0218011d92e00b54ca9a50713f6e5
WP_Error:
* `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
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%