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
This commit is contained in:
nacin 2011-05-12 03:45:25 +00:00
parent 8fe1d44938
commit 5bd0023422
1 changed files with 1 additions and 0 deletions

View File

@ -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'] );