Changeset 5936
- Timestamp:
- 09/19/2017 05:44:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/browsers.php
r5935 r5936 53 53 'wikipedia' => 'Internet_Explorer', 54 54 'normalized' => 1, // just first number 55 'url' => 'http ://www.microsoft.com/windows/internet-explorer/',55 'url' => 'https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads', 56 56 'img_src' => $http . 'ie.png', 57 57 'img_src_ssl' => $https . 'ie.png', … … 61 61 'wikipedia' => 'Firefox', 62 62 'normalized' => 1.5, // include second number if non-zero 63 'url' => 'http ://www.firefox.com/',63 'url' => 'https://www.firefox.com/', 64 64 'img_src' => $http . 'firefox.png', 65 65 'img_src_ssl' => $https . 'firefox.png', … … 69 69 'wikipedia' => 'Safari', 70 70 'normalized' => 1.5, // include second number if non-zero 71 'url' => 'http ://www.apple.com/safari/',71 'url' => 'https://www.apple.com/safari/', 72 72 'img_src' => $http . 'safari.png', 73 73 'img_src_ssl' => $https . 'safari.png', … … 77 77 'wikipedia' => 'Opera', 78 78 'normalized' => 2, // include second number 79 'url' => 'http ://www.opera.com/',79 'url' => 'https://www.opera.com/', 80 80 'img_src' => $http . 'opera.png', 81 81 'img_src_ssl' => $https . 'opera.png', … … 85 85 'wikipedia' => 'Google_Chrome', 86 86 'normalized' => 1, // just first number 87 'url' => 'http ://www.google.com/chrome',87 'url' => 'https://www.google.com/chrome', 88 88 'img_src' => $http . 'chrome.png', 89 89 'img_src_ssl' => $https . 'chrome.png',
Note: See TracChangeset
for help on using the changeset viewer.