Make WordPress Core


Ignore:
Timestamp:
11/11/2019 02:41:15 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of WP_Error.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r46597 r46696  
    20872087     * @param array         $credentials Credentials to connect with.
    20882088     * @param string        $type        Chosen filesystem method.
    2089      * @param WP_Error|bool $error       Error object or status.
     2089     * @param bool|WP_Error $error       Error object or status.
    20902090     * @param string        $context     Full path to the directory that is tested for being writable.
    20912091     */
Note: See TracChangeset for help on using the changeset viewer.