WordPress/wp-includes
Scott Taylor 0a848a6171 wptexturize() improvements:
* Expand the `wptexturize()` RegEx to include the list of registered shortcodes.
* Avoid backtracking after `[` chars by not filtering params in registered shortcodes. This will cause escaped shortcodes and their params to become texturized if not registered.
* Registered shortcode params will never be texturized, even when escaped.
* Move all tests involving unregistered shortcodes to a new and improved unit.
* Update one test involving HTML within shortcode params.

Props miqrogroove.
See #29557.

Built from https://develop.svn.wordpress.org/trunk@29748


git-svn-id: http://core.svn.wordpress.org/trunk@29520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-09-17 15:14:17 +00:00
..
2014-09-11 19:07:17 +00:00
2014-08-09 19:30:17 +00:00
2014-09-04 15:23:16 +00:00
2014-08-09 19:30:17 +00:00
2014-06-10 00:30:15 +00:00
2014-09-17 15:14:17 +00:00
2014-09-12 05:51:17 +00:00
2014-08-26 19:59:16 +00:00
2014-09-17 15:14:17 +00:00
2014-07-09 18:07:16 +00:00
2014-09-05 19:41:16 +00:00