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/class-wp-oembed.php

    r49626 r49927  
    221221     * @param string $name      Method to call.
    222222     * @param array  $arguments Arguments to pass when calling.
    223      * @return mixed|bool Return value of the callback, false otherwise.
     223     * @return mixed|false Return value of the callback, false otherwise.
    224224     */
    225225    public function __call( $name, $arguments ) {
Note: See TracChangeset for help on using the changeset viewer.