Changeset 890854
- Timestamp:
- 04/10/2014 08:45:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
image-pro-wordpress-image-media-management-and-resizing-done-right/trunk/src/request/getimages.php
r847712 r890854 33 33 $path = get_attached_file($id); 34 34 $url = wp_get_attachment_url($id); 35 $size = filesize($path);35 $size = @filesize($path); 36 36 $type = wp_check_filetype($path); 37 37 $ext = strtolower($type['ext']);
Note: See TracChangeset
for help on using the changeset viewer.