Changeset 2210
- Timestamp:
- 12/18/2015 10:39:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/functions.php
r1 r2210 101 101 foreach( $raw_data as $data ) { 102 102 $data = trim( $data, '| ' ); 103 if ( false !== strpos( $data, 'Android' ) || false !== strpos( $data, 'iOS' ) ) 104 continue; 103 105 if ( ( false !== $pos = strpos( $data, 'latest_release_version' ) ) || ( false !== $pos = strpos( $data, 'latest release version' ) ) ) { 104 106 if ( $pos )
Note: See TracChangeset
for help on using the changeset viewer.