Make WordPress Core

Changeset 37013


Ignore:
Timestamp:
03/16/2016 04:49:35 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Improve the DocBlock for WP_REST_Request::from_url(), introduced in [36673].

See #35803. See #35986.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-request.php

    r36673 r37013  
    937937
    938938    /**
    939      * Gets a WP_REST_Request object from a full URL.
    940      *
     939     * Retrieves a WP_REST_Request object from a full URL.
     940     *
     941     * @static
    941942     * @since 4.5.0
     943     * @access public
    942944     *
    943945     * @param string $url URL with protocol, domain, path and query args.
Note: See TracChangeset for help on using the changeset viewer.