Changes between Initial Version and Version 2 of Ticket #29658
- Timestamp:
- 09/13/2014 02:15:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29658 – Description
initial v2 34 34 1. Create a WP Post, Editor in '''Text''' mode (not Visual) 35 35 2. Put in this short code and preview 36 [[quotebug a="x>0" b="x&0" d="hello"]] 36 37 {{{ 38 [quotebug a="x>0" b="x&0" d="hello"] 39 }}} 40 37 41 3. Yields output where all the values have curly-quotes injected in them. This confounds the short code which is not expecting quotes in the values it gets passed in. 38 42