- Timestamp:
- 09/28/2017 10:31:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/browsers.php
r5961 r5974 20 20 'Chrome' => '18', // Lowest version at the moment (mobile) 21 21 'Firefox' => '16', 22 'Microsoft Edge' => '15.15063', 22 23 'Opera' => '12.18', 23 24 'Safari' => '5', … … 59 60 'img_src' => $http . 'ie.png' . "?{$cache_buster}", 60 61 'img_src_ssl' => $https . 'ie.png' . "?{$cache_buster}", 62 ), 63 'Edge' => (object) array( 64 'name' => 'Microsoft Edge', 65 'wikipedia' => 'Microsoft Edge', 66 'normalized' => 1, // include second number if non-zero 67 'url' => 'https://www.microsoft.com/en-us/windows/microsoft-edge', 68 'img_src' => $http . 'edge.png' . "?{$cache_buster}", 69 'img_src_ssl' => $https . 'edge.png' . "?{$cache_buster}", 61 70 ), 62 71 'Firefox' => (object) array(
Note: See TracChangeset
for help on using the changeset viewer.