[wp-trac] [WordPress Trac] #10269: wysiwyg bug with shortcodes
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 25 11:29:43 GMT 2009
#10269: wysiwyg bug with shortcodes
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: Shortcodes | Version:
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
When inserting two consecutive shortcodes on separate lines, the wysiwyg
editor will change the post's contents on save.
{{{
[caption /]
[caption /]
}}}
gets turned into:
{{{
[caption /] [caption /]
}}}
the odd thing is that only genuine shortcodes get changed, too. the
following is left alone:
{{{
[notashortcode /]
[notashortcode /]
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10269>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list