| @@ -592,9 +592,9 @@ | ||
| 592 | 592 | wp_mkdir_p( $upload_dir ); |
| 593 | 593 | } |
| 594 | 594 | |
| 595 | 595 | |
| 596 | - // destination paths and urls | |
| 596 | + // desination paths and urls | |
| 597 | 597 | $destfilename = "{$upload_dir}/{$dst_rel_path}-{$suffix}.{$ext}"; |
| 598 | 598 | |
| 599 | 599 | // The urls generated have lower case extensions regardless of the original case |
| 600 | 600 | $ext = strtolower( $ext ); |