diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 19a38c90d1..594f06d5bf 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1222,6 +1222,7 @@ function wp_check_browser_version() { * 'insecure' - boolean - Whether the browser is deemed insecure * 'upgrade_url' - string - The url to visit to upgrade * 'img_src' - string - An image representing the browser + * 'img_src_ssl' - string - An image (over SSL) representing the browser */ $response = unserialize( $raw_response['body'] );