Changeset 17603 for trunk/wp-admin/includes/image-edit.php
- Timestamp:
- 04/05/2011 05:13:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image-edit.php
r17534 r17603 552 552 // generate new filename 553 553 $path = get_attached_file($post_id); 554 $path_parts = pathinfo 52( $path );554 $path_parts = pathinfo( $path ); 555 555 $filename = $path_parts['filename']; 556 556 $suffix = time() . rand(100, 999);
Note: See TracChangeset
for help on using the changeset viewer.