Changes between Initial Version and Version 1 of Ticket #32164
- Timestamp:
- 04/28/2015 01:05:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32164
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #32164 – Description
initial v1 3 3 4 4 I could solve this by adding the following: 5 5 {{{ 6 6 if ( ! $temp_filename ) { 7 7 /** begin added code **/ … … 12 12 return wp_tempnam( dirname( $filename ), $dir ); 13 13 } 14 }}}