Changeset 5985
- Timestamp:
- 10/02/2017 04:01:25 PM (8 years ago)
- Location:
- sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/parse.php
r5984 r5985 165 165 } 166 166 if ( '7.0' == $result['version'][0] ) { 167 $data['version'] = '11 ';167 $data['version'] = '11.0'; 168 168 } 169 169 } else { -
sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/tests/phpunit/tests/browse-happy.php
r5984 r5985 261 261 [ // #2587 262 262 'Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko', 263 'Windows Internet Explorer 11 ',263 'Windows Internet Explorer 11.0', 264 264 ], 265 265 [ … … 285 285 [ 286 286 'Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; Microsoft; Lumia 435) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537', 287 'Windows Phone OS Internet Explorer Mobile 11 ',287 'Windows Phone OS Internet Explorer Mobile 11.0', 288 288 ], 289 289 [ 290 290 'Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 520) like Gecko', 291 'Windows Phone OS Internet Explorer Mobile 11 ',291 'Windows Phone OS Internet Explorer Mobile 11.0', 292 292 ], 293 293
Note: See TracChangeset
for help on using the changeset viewer.