From 5bd0023422b063b711877e9ba0e9fc566bda81b5 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 12 May 2011 03:45:25 +0000 Subject: [PATCH] Document img_src_ssl in wp_check_browser_version(), see #17323. git-svn-id: http://svn.automattic.com/wordpress/trunk@17888 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 19a38c90d..594f06d5b 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'] );