Changeset 9515
- Timestamp:
- 02/19/2020 10:01:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/browsers.php
r5978 r9515 53 53 'name' => 'Internet Explorer', 54 54 'wikipedia' => 'Internet_Explorer', 55 'url' => 'https://support.microsoft.com/ en-us/help/17621/internet-explorer-downloads',55 'url' => 'https://support.microsoft.com/help/17621/internet-explorer-downloads', 56 56 'img_src' => $http . 'ie.png' . "?{$cache_buster}", 57 57 'img_src_ssl' => $https . 'ie.png' . "?{$cache_buster}", … … 60 60 'name' => 'Microsoft Edge', 61 61 'wikipedia' => 'Microsoft Edge', 62 'url' => 'https://www.microsoft.com/e n-us/windows/microsoft-edge',62 'url' => 'https://www.microsoft.com/edge', 63 63 'img_src' => $http . 'edge.png' . "?{$cache_buster}", 64 64 'img_src_ssl' => $https . 'edge.png' . "?{$cache_buster}", … … 67 67 'name' => 'Mozilla Firefox', 68 68 'wikipedia' => 'Firefox', 69 'url' => 'https://www. firefox.com/',69 'url' => 'https://www.mozilla.org/firefox/', 70 70 'img_src' => $http . 'firefox.png' . "?{$cache_buster}", 71 71 'img_src_ssl' => $https . 'firefox.png' . "?{$cache_buster}",
Note: See TracChangeset
for help on using the changeset viewer.