Changeset 44397
- Timestamp:
- 01/04/2019 09:57:06 PM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r44346 r44397 154 154 * 155 155 * @since 2.7.0 156 * @since 5. 0.0 The `$url` parameter was added.156 * @since 5.1.0 The `$url` parameter was added. 157 157 * 158 158 * @param int $timeout_value Time in seconds until a request times out. Default 5. … … 164 164 * 165 165 * @since 2.7.0 166 * @since 5. 0.0 The `$url` parameter was added.166 * @since 5.1.0 The `$url` parameter was added. 167 167 * 168 168 * @param int $redirect_count Number of redirects allowed. Default 5. … … 174 174 * 175 175 * @since 2.7.0 176 * @since 5. 0.0 The `$url` parameter was added.176 * @since 5.1.0 The `$url` parameter was added. 177 177 * 178 178 * @param string $version Version of HTTP used. Accepts '1.0' and '1.1'. Default '1.0'. … … 184 184 * 185 185 * @since 2.7.0 186 * @since 5. 0.0 The `$url` parameter was added.186 * @since 5.1.0 The `$url` parameter was added. 187 187 * 188 188 * @param string $user_agent WordPress user agent string. … … 194 194 * 195 195 * @since 3.6.0 196 * @since 5. 0.0 The `$url` parameter was added.196 * @since 5.1.0 The `$url` parameter was added. 197 197 * 198 198 * @param bool $pass_url Whether to pass URLs through wp_http_validate_url(). Default false. … … 359 359 * 360 360 * @since 2.8.0 361 * @since 5. 0.0 The `$url` parameter was added.361 * @since 5.1.0 The `$url` parameter was added. 362 362 * 363 363 * @param bool $ssl_verify Whether to verify the SSL connection. Default true. -
trunk/src/wp-includes/class-wp-http-streams.php
r43571 r44397 98 98 * 99 99 * @since 2.8.0 100 * @since 5. 0.0 The `$url` parameter was added.100 * @since 5.1.0 The `$url` parameter was added. 101 101 * 102 102 * @param bool $ssl_verify Whether to verify the SSL connection. Default true.
Note: See TracChangeset
for help on using the changeset viewer.