From b7af529e35ccd40325229248758b0bade8e2c50c Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@17888 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 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'] );