Make WordPress Core


Ignore:
Timestamp:
01/11/2020 06:30:58 PM (7 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [46696].

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader-skin.php

    r46597 r47060  
    8282         *                                                    for being writable. Default empty.
    8383         * @param bool          $allow_relaxed_file_ownership Optional. Whether to allow Group/World writable. Default false.
    84          * @return bool False on failure, true on success.
     84         * @return bool True on success, false on failure.
    8585         */
    8686        public function request_filesystem_credentials( $error = false, $context = '', $allow_relaxed_file_ownership = false ) {
Note: See TracChangeset for help on using the changeset viewer.