Make WordPress Core


Ignore:
Timestamp:
10/12/2019 06:03:22 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix and improve inline documentation for the HTTP API.

See #47110

File:
1 edited

Legend:

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

    r46424 r46468  
    134134     * @since 4.6.0
    135135     *
    136      * @return mixed Response data.
     136     * @return string Response data.
    137137     */
    138138    public function get_data() {
     
    145145     * @since 4.6.0
    146146     *
    147      * @param mixed $data Response data.
     147     * @param string $data Response data.
    148148     */
    149149    public function set_data( $data ) {
Note: See TracChangeset for help on using the changeset viewer.