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/http.php

    r46696 r47060  
    514514 *
    515515 * @param string $url Request URL.
    516  * @return false|string URL or false on failure.
     516 * @return string|false URL or false on failure.
    517517 */
    518518function wp_http_validate_url( $url ) {
Note: See TracChangeset for help on using the changeset viewer.