Changeset 48586 for trunk/src/wp-includes/class-wp-http-ixr-client.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-ixr-client.php
r48238 r48586 14 14 15 15 /** 16 * @param string $server16 * @param string $server 17 17 * @param string|bool $path 18 * @param int|bool $port19 * @param int $timeout18 * @param int|bool $port 19 * @param int $timeout 20 20 */ 21 21 public function __construct( $server, $path = false, $port = false, $timeout = 15 ) {
Note: See TracChangeset
for help on using the changeset viewer.