Changeset 546095
- Timestamp:
- 05/19/2012 12:18:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-image-compressor/trunk/wp-image-compressor.php
r546093 r546095 81 81 if(!empty($_POST['update_fs_image_compress'])) { 82 82 $options = array(); 83 if(!preg_match(' ^/\d+$/', $_POST['imagequality'])) {83 if(!preg_match('/^\d+$/', $_POST['imagequality'])) { 84 84 $options['imagequality'] = 75; 85 85 } else {
Note: See TracChangeset
for help on using the changeset viewer.