Make WordPress Core


Ignore:
Timestamp:
07/09/2012 05:03:53 AM (13 years ago)
Author:
markjaquith
Message:

Bunch of PHPDoc corrections and cleanups. props c3mdigital. props SergeyBiryukov. fixes #21149

File:
1 edited

Legend:

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

    r21231 r21241  
    201201     * @param string $url URL to Request
    202202     *
    203      * @return string|false Class name for the first transport that claims to support the request. False if no transport claims to support the request.
     203     * @return string|bool Class name for the first transport that claims to support the request. False if no transport claims to support the request.
    204204     */
    205205    public function _get_first_available_transport( $args, $url = null ) {
Note: See TracChangeset for help on using the changeset viewer.