Changeset 13132 for trunk/wp-admin/includes/media.php
- Timestamp:
- 02/14/2010 02:27:19 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r13106 r13132 1383 1383 // If Mac and mod_security, no Flash. :( 1384 1384 $flash = true; 1385 if ( false !== str pos(strtolower($_SERVER['HTTP_USER_AGENT']), 'mac') && apache_mod_loaded('mod_security') )1385 if ( false !== stripos($_SERVER['HTTP_USER_AGENT'], 'mac') && apache_mod_loaded('mod_security') ) 1386 1386 $flash = false; 1387 1387
Note: See TracChangeset
for help on using the changeset viewer.