Changeset 56549 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 09/09/2023 09:26:01 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r56411 r56549 980 980 981 981 if ( file_exists( $new_path ) ) { 982 $suffix++;982 ++$suffix; 983 983 } else { 984 984 break;
Note: See TracChangeset
for help on using the changeset viewer.