diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-admin/includes/class-wp-importer.php --- a/wp/wp-admin/includes/class-wp-importer.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-admin/includes/class-wp-importer.php Fri Sep 05 18:52:52 2025 +0200 @@ -195,7 +195,13 @@ * @param bool $head * @return array */ - public function get_page( $url, $username = '', $password = '', $head = false ) { + public function get_page( + $url, + $username = '', + #[\SensitiveParameter] + $password = '', + $head = false + ) { // Increase the timeout. add_filter( 'http_request_timeout', array( $this, 'bump_request_timeout' ) );