Changeset 59754 for trunk/src/wp-admin/includes/class-wp-importer.php
- Timestamp:
- 02/03/2025 07:50:50 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-wp-importer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-importer.php
r56396 r59754 196 196 * @return array 197 197 */ 198 public function get_page( $url, $username = '', $password = '', $head = false ) { 198 public function get_page( 199 $url, 200 $username = '', 201 #[\SensitiveParameter] 202 $password = '', 203 $head = false 204 ) { 199 205 // Increase the timeout. 200 206 add_filter( 'http_request_timeout', array( $this, 'bump_request_timeout' ) );
Note: See TracChangeset
for help on using the changeset viewer.