Changeset 49120 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 10/10/2020 08:00:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r49108 r49120 1077 1077 * 1078 1078 * @param string $maybe_ip A suspected IP address. 1079 * @return int eger|bool Upon success, '4' or '6' to represent a IPv4 or IPv6 address, false upon failure1079 * @return int|bool Upon success, '4' or '6' to represent a IPv4 or IPv6 address, false upon failure 1080 1080 */ 1081 1081 public static function is_ip_address( $maybe_ip ) {
Note: See TracChangeset
for help on using the changeset viewer.