Changes between Initial Version and Version 18 of Ticket #33999
- Timestamp:
- 07/25/2016 02:46:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33999
-
Property
Status
changed from
new
toreopened
-
Property
Summary
changed from
Wordpress Update issu
toWordPress Update issue
- Property Owner set to SergeyBiryukov
-
Property
Version
changed from
4.3.1
to4.2.2
-
Property
Milestone
changed from
Awaiting Review
to4.6
- Property Keywords has-patch added
-
Property
Status
changed from
-
Ticket #33999 – Description
initial v18 3 3 You need to modify the ligne 149 in the file wp-admin/includes/file.php 4 4 5 {{{ 5 6 if ( empty( $filename ) || '.' == $filename || '/' === $filename ) { 7 }}} 6 8 7 9 replace with 8 10 11 {{{ 9 12 if ( empty( $filename ) || '.' == $filename || DIRECTORY_SEPARATOR === $filename ) { 13 }}} 10 14 11 15 In windows you need to do that to the upgrade work.