mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@29748 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.5%
CSS
8.9%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%