Opened 21 years ago
Closed 21 years ago
#1260 closed defect (bug) (fixed)
r2552 switched pluggable-functions.php to DOS encoding
| Reported by: | anonymousbugger | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.5.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
r2552 switched all linefeeds in pluggable-functions.php to \r\n, but the file should have native linefeeds.
Attachments (1)
Change History (7)
#5
@
21 years ago
- Resolution 20 → 30
- Status closed → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch attached: bug1260_pluggable-functions.php