Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-server.php

    r49925 r49927  
    12041204     * @since 4.4.0
    12051205     *
    1206      * @return bool|string Boolean false or string error message.
     1206     * @return false|string Boolean false or string error message.
    12071207     */
    12081208    protected function get_json_last_error() {
Note: See TracChangeset for help on using the changeset viewer.