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-admin/includes/revision.php

    r49193 r49927  
    1616 * @param int         $compare_from The revision ID to compare from.
    1717 * @param int         $compare_to   The revision ID to come to.
    18  * @return array|bool Associative array of a post's revisioned fields and their diffs.
     18 * @return array|false Associative array of a post's revisioned fields and their diffs.
    1919 *                    Or, false on failure.
    2020 */
Note: See TracChangeset for help on using the changeset viewer.