Changeset 55694 for trunk/src/wp-includes/http.php
- Timestamp:
- 04/27/2023 11:13:36 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r55693 r55694 40 40 * @param string $url URL to retrieve. 41 41 * @param array $args Optional. Request arguments. Default empty array. 42 * See WP_Http::request() for information on accepted arguments. 42 43 * @return array|WP_Error The response or WP_Error on failure. 43 44 */ … … 61 62 * @param string $url URL to retrieve. 62 63 * @param array $args Optional. Request arguments. Default empty array. 64 * See WP_Http::request() for information on accepted arguments. 63 65 * @return array|WP_Error The response or WP_Error on failure. 64 66 */ … … 82 84 * @param string $url URL to retrieve. 83 85 * @param array $args Optional. Request arguments. Default empty array. 86 * See WP_Http::request() for information on accepted arguments. 84 87 * @return array|WP_Error The response or WP_Error on failure. 85 88 */ … … 103 106 * @param string $url URL to retrieve. 104 107 * @param array $args Optional. Request arguments. Default empty array. 108 * See WP_Http::request() for information on accepted arguments. 105 109 * @return array|WP_Error The response or WP_Error on failure. 106 110 */ … … 126 130 * @param string $url URL to retrieve. 127 131 * @param array $args Optional. Request arguments. Default empty array. 132 * See WP_Http::request() for information on accepted arguments. 128 133 * @return array|WP_Error { 129 134 * The response array or a WP_Error on failure. … … 156 161 * @param string $url URL to retrieve. 157 162 * @param array $args Optional. Request arguments. Default empty array. 163 * See WP_Http::request() for information on accepted arguments. 158 164 * @return array|WP_Error The response or WP_Error on failure. 159 165 */ … … 173 179 * @param string $url URL to retrieve. 174 180 * @param array $args Optional. Request arguments. Default empty array. 181 * See WP_Http::request() for information on accepted arguments. 175 182 * @return array|WP_Error The response or WP_Error on failure. 176 183 */ … … 190 197 * @param string $url URL to retrieve. 191 198 * @param array $args Optional. Request arguments. Default empty array. 199 * See WP_Http::request() for information on accepted arguments. 192 200 * @return array|WP_Error The response or WP_Error on failure. 193 201 */
Note: See TracChangeset
for help on using the changeset viewer.