Changeset 52597 for trunk/src/wp-includes/class-wp-http.php
- Timestamp:
- 01/18/2022 08:27:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r52422 r52597 137 137 * Default ABSPATH . WPINC . '/certificates/ca-bundle.crt'. 138 138 * @type bool $stream Whether to stream to a file. If set to true and no filename was 139 * given, it will be drop ed it in the WP temp dir and its name will139 * given, it will be dropped it in the WP temp dir and its name will 140 140 * be set using the basename of the URL. Default false. 141 141 * @type string $filename Filename of the file to write to when streaming. $stream must be
Note: See TracChangeset
for help on using the changeset viewer.