Changeset 682159
- Timestamp:
- 03/15/2013 05:57:03 AM (13 years ago)
- File:
-
- 1 edited
-
wp-smushit/trunk/wp-smushit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-smushit/trunk/wp-smushit.php
r682155 r682159 Β 250 250 251 251 // WordPress >= 2.6.2: determine the absolute $file_path (http://core.trac.wordpress.org/changeset/8796) 252 Β if ( FALSE === strpos($file , $upload_path) ) {Β 252 if ( FALSE === strpos($file_path, $upload_path) ) { 253 253 $store_absolute_path = false; 254 254 $file_path = $upload_path . $file_path;
Note: See TracChangeset
for help on using the changeset viewer.