[wp-trac] [WordPress Trac] #12690: Square brackets breaking links that contain square brackets
WordPress Trac
noreply at wordpress.org
Sat Jun 7 19:07:30 UTC 2014
#12690: Square brackets breaking links that contain square brackets
-----------------------------------+-----------------------------
Reporter: iandstewart | Owner:
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: Future Release
Component: Formatting | Version:
Severity: normal | Resolution:
Keywords: wptexturize has-patch | Focuses:
-----------------------------------+-----------------------------
Comment (by miqrogroove):
In miqro-12690.4.patch:
* Assume shortcodes never contain nested shortcodes or HTML elements.
* Allow escaped shortcodes like {{{[[tag]] or [[tag] or [tag]]}}} and do
not texturize them either.
* Do texturize between escaped shortcodes like {{{[[code]Hello
World[/code]]}}}
* Don't waste time checking empty( $curl ) inside the loop.
* Also fixes #8912.
* Also fixes #27602.
* Includes unit test by kurtpayne.
* Added several more unit tests.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/12690#comment:26>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list