Changeset 49927 for trunk/src/wp-includes/class-wp-http-ixr-client.php
- Timestamp:
- 01/03/2021 10:02:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-ixr-client.php
r48586 r49927 14 14 15 15 /** 16 * @param string $server17 * @param string| bool$path18 * @param int| bool$port19 * @param int $timeout16 * @param string $server 17 * @param string|false $path 18 * @param int|false $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.