Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27481


Ignore:
Timestamp:
03/21/2014 10:25:43 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Could not reproduce neither in 3.8.1 nor in current trunk.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27481

    • Property Component changed from General to Editor
    • Property 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
  • Ticket #27481 – Description

    initial v1  
    11On 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”`
    44
    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.
     5If 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.