Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #29658


Ignore:
Timestamp:
09/13/2014 02:15:07 PM (11 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29658 – Description

    initial v2  
    34341. Create a WP Post, Editor in '''Text''' mode (not Visual)
    35352. 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
    37413. 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.
    3842