Changes between Initial Version and Version 1 of Ticket #35755, comment 3
- Timestamp:
- 06/24/2023 11:46:59 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35755, comment 3
initial v1 1 1 @azaozz @mikeschroder @audrasjb [https://github.com/WordPress/wordpress-develop/pull/4647 PR 4647] addresses the issue directly in `wp_tempnam()`. 2 2 3 In the future, this fix could be extended/moved to `wp_unique_filename()`.3 In the future, this fix could ''possibly'' be extended/moved to `wp_unique_filename()`. 4 4 5 5 However, as `wp_unique_filename()` is used within the Media component and has other considerations/potential impacts, this would need investigation by Media component maintainers in a separate ticket. As we don't know how long this may take, we can fix `wp_tempnam()` in the meantime so its users are protected from this issue.