Make WordPress Core


Ignore:
Timestamp:
05/19/2023 01:25:49 PM (19 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix a few more typos in DocBlocks and inline comments.

Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824].

Props Presskopp.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http.php

    r55370 r55827  
    10811081     *
    10821082     * This function also detects the type of the IP address, returning either
    1083      * '4' or '6' to represent a IPv4 and IPv6 address respectively.
     1083     * '4' or '6' to represent an IPv4 and IPv6 address respectively.
    10841084     * This does not verify if the IP is a valid IP, only that it appears to be
    10851085     * an IP address.
     
    10901090     *
    10911091     * @param string $maybe_ip A suspected IP address.
    1092      * @return int|false Upon success, '4' or '6' to represent a IPv4 or IPv6 address, false upon failure
     1092     * @return int|false Upon success, '4' or '6' to represent an IPv4 or IPv6 address, false upon failure.
    10931093     */
    10941094    public static function is_ip_address( $maybe_ip ) {
Note: See TracChangeset for help on using the changeset viewer.