Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (2 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-recovery-mode-email-service.php

    r48994 r49927  
    290290     *
    291291     * @param array $extension The extension that caused the error.
    292      * @return bool|array A plugin array {@see get_plugins()} or `false` if no plugin was found.
     292     * @return false|array A plugin array {@see get_plugins()} or `false` if no plugin was found.
    293293     */
    294294    private function get_plugin( $extension ) {
Note: See TracChangeset for help on using the changeset viewer.