Make WordPress Core

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)

bug1260_pluggable-functions.php (24.9 KB ) - added by anonymousbugger 21 years ago.

Download all attachments as: .zip

Change History (7)

#1 @anonymousbugger
21 years ago

  • PatchNo

#2 @coffee2code
21 years ago

Patch attached: bug1260_pluggable-functions.php

#4 @coffee2code
21 years ago

  • Patch NoYes
  • Resolution 1020
  • Status newclosed

#5 @anonymousbugger
21 years ago

  • Resolution 2030
  • Status closedassigned

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

#6 @matt
21 years ago

  • fixed_in_version1.5.1
  • Owner changed from anonymous to matt
  • Resolution 3020
  • Status assignedclosed
Note: See TracTickets for help on using tickets.