Opened 11 years ago
Closed 11 years ago
#27481 closed defect (bug) (invalid)
WordPress 3.8.1 removing a backslash from post content each time post is saved
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.8.1 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
On posts written using the visual tab, if I have something like this in the post:
cd “program Files (x86)\citrix\licensing\ls”
and save the post it turns into:
“program Files (x86)citrixlicensingls”
If I post “program Files (x86)\\citrix\\licensing\\ls”
and save it turns into:
cd “program Files (x86)\citrix\licensing\ls”
. If I save again and the slashes will be completely gone.
Change History (4)
#1
@
11 years ago
- Component changed from General to Editor
- Description modified (diff)
- Summary changed from Wordpress 3.8.1 removing a backslash from post content each time post is saved to WordPress 3.8.1 removing a backslash from post content each time post is saved
#2
@
11 years ago
- Keywords reporter-feedback added
Does it still happen with all plugins disabled and a default theme (Twenty Fourteen or Twenty Thirteen) activated?
Note: See
TracTickets for help on using
tickets.
Could not reproduce neither in 3.8.1 nor in current trunk.