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:
parent
8fe1d44938
commit
5bd0023422
|
@ -1222,6 +1222,7 @@ function wp_check_browser_version() {
|
||||||
* 'insecure' - boolean - Whether the browser is deemed insecure
|
* 'insecure' - boolean - Whether the browser is deemed insecure
|
||||||
* 'upgrade_url' - string - The url to visit to upgrade
|
* 'upgrade_url' - string - The url to visit to upgrade
|
||||||
* 'img_src' - string - An image representing the browser
|
* 'img_src' - string - An image representing the browser
|
||||||
|
* 'img_src_ssl' - string - An image (over SSL) representing the browser
|
||||||
*/
|
*/
|
||||||
$response = unserialize( $raw_response['body'] );
|
$response = unserialize( $raw_response['body'] );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue