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
This commit is contained in:
Andrew Nacin 2011-05-12 03:45:25 +00:00
parent 44ac70d063
commit b7af529e35
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'] );