Make WordPress Core


Ignore:
Timestamp:
12/01/2014 01:33:34 AM (11 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-includes/*.

See #30224.

File:
1 edited

Legend:

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

    r30179 r30681  
    1414    public $error;
    1515
     16    /**
     17     * @param string $server
     18     * @param string|bool $path
     19     * @param int|bool $port
     20     * @param int $timeout
     21     */
    1622    public function __construct($server, $path = false, $port = false, $timeout = 15) {
    1723        if ( ! $path ) {
Note: See TracChangeset for help on using the changeset viewer.