Opened 20 years ago
Closed 20 years ago
#1260 closed defect (bug) (fixed)
r2552 switched pluggable-functions.php to DOS encoding
Reported by: | anonymousbugger | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
r2552 switched all linefeeds in pluggable-functions.php to \r\n, but the file should have native linefeeds.
Attachments (1)
Change History (7)
#4
@
20 years ago
- Patch changed from No to Yes
- Resolution changed from 10 to 20
- Status changed from new to closed
#5
@
20 years ago
- Resolution changed from 20 to 30
- Status changed from closed to assigned
This bug is not fixed. 2552 changed the linefeeds from unix style to dos style.
Both is wrong, the file should have 'native' style (that means linefeeds will get converted from/to the client system's linefeed when checking out/commiting).
To fix this bug you have to:
- Convert the linefeeds to what is 'native' on your platform
- svn ps svn:eol-style native wp-includes/pluggable-functions.php
- svn ci
Note: See
TracTickets for help on using
tickets.
Patch attached: bug1260_pluggable-functions.php