Changeset 30681 for trunk/src/wp-includes/class-wp-http-ixr-client.php
- Timestamp:
- 12/01/2014 01:33:34 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-http-ixr-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-ixr-client.php
r30179 r30681 14 14 public $error; 15 15 16 /** 17 * @param string $server 18 * @param string|bool $path 19 * @param int|bool $port 20 * @param int $timeout 21 */ 16 22 public function __construct($server, $path = false, $port = false, $timeout = 15) { 17 23 if ( ! $path ) {
Note: See TracChangeset
for help on using the changeset viewer.