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-includes/class-wp-customize-setting.php

    r46691 r47060  
    498498         * @since 3.4.0
    499499         *
    500          * @return false|void False if cap check fails or value isn't set or is invalid.
     500         * @return void|false False if cap check fails or value isn't set or is invalid.
    501501         */
    502502        final public function save() {
Note: See TracChangeset for help on using the changeset viewer.