Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35770, comment 7


Ignore:
Timestamp:
02/12/2016 04:11:46 PM (9 years ago)
Author:
dezio1900
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35770, comment 7

    initial v1  
    1212
    1313So this is definitely a bug, and support for that "strange space" char should be put back in shortcode parsing source, in order to support pasting from 3rd party WYSIWYG.
     14
     15Hmm, I find out that "strange space" char is ASCII 160 char, which is "non breaking space". I don't know how that appeared in shortcode content, but the fact is that is the issue. WP 4.4 doesn't support "non breaking space" as shortcode attribute delimiter.