mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Promote many bool types to true or false where only that value is used.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1203,7 +1203,7 @@ class WP_REST_Server {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @return bool|string Boolean false or string error message.
|
||||
* @return false|string Boolean false or string error message.
|
||||
*/
|
||||
protected function get_json_last_error() {
|
||||
$last_error_code = json_last_error();
|
||||
|
||||
Reference in New Issue
Block a user