Make WordPress Core


Ignore:
Timestamp:
01/11/2020 06:30:58 PM (5 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/canonical.php

    r47018 r47060  
    680680 * @global wpdb $wpdb WordPress database abstraction object.
    681681 *
    682  * @return false|string The correct URL if one is found. False on failure.
     682 * @return string|false The correct URL if one is found. False on failure.
    683683 */
    684684function redirect_guess_404_permalink() {
Note: See TracChangeset for help on using the changeset viewer.