The title explains my problem. Upon saving CSS stylesheet in the "Appearance > Editor", single backslashes are being stripped out of the stylesheet.
For example:
content="\foo"
becomes:
content="foo"
I cannot find any solution to this on the web. Is there a way around this?
The title explains my problem. Upon saving CSS stylesheet in the "Appearance > Editor", single backslashes are being stripped out of the stylesheet.
For example:
content="\foo"
becomes:
content="foo"
I cannot find any solution to this on the web. Is there a way around this?
Share Improve this question asked Jul 15, 2015 at 0:50 Rob MyrickRob Myrick 3054 silver badges18 bronze badges 2- Strange, doesn't happen for me in WP 4.2.2. Plugin perhaps?? – bonger Commented Jul 15, 2015 at 7:45
- This very well could be.....I've started testing that this could be a plugin issue, but haven't gotten too much into it yet. Thanks for the feedback.... – Rob Myrick Commented Jul 17, 2015 at 22:06
1 Answer
Reset to default 1Add a second backslash e.g.
content="\\foo"