Changes between Initial Version and Version 1 of Ticket #27481
- Timestamp:
- 03/21/2014 10:25:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27481
-
Property
Component
changed from
General
toEditor
-
Property
Summary
changed from
Wordpress 3.8.1 removing a backslash from post content each time post is saved
toWordPress 3.8.1 removing a backslash from post content each time post is saved
-
Property
Component
changed from
-
Ticket #27481 – Description
initial v1 1 1 On posts written using the visual tab, if I have something like this in the post: 2 cd “program Files (x86)\citrix\licensing\ls”and save the post it turns into:3 “program Files (x86)citrixlicensingls” 2 `cd “program Files (x86)\citrix\licensing\ls”` and save the post it turns into: 3 `“program Files (x86)citrixlicensingls”` 4 4 5 If I post “program Files (x86)\\citrix\\licensing\\ls”and save it turns into:6 cd “program Files (x86)\citrix\licensing\ls”. If I save again and the slashes will be completely gone.5 If I post `“program Files (x86)\\citrix\\licensing\\ls”` and save it turns into: 6 `cd “program Files (x86)\citrix\licensing\ls”`. If I save again and the slashes will be completely gone.