You are here

constant SMARTYPANTS_TAGS_TO_SKIP in Typogrify 7

Same name and namespace in other branches
  1. 6 smartypants.php \SMARTYPANTS_TAGS_TO_SKIP
12 uses of SMARTYPANTS_TAGS_TO_SKIP
convert_characters in ./unicode-conversion.php
Perform character conversion.
SmartAmpersand in ./smartypants.php
Wrapping ampersands.
SmartDashes in ./smartypants.php
SmartDashes.
SmartEllipses in ./smartypants.php
SmartEllipses.
SmartQuotes in ./smartypants.php
SmartQuotes

... See full list

File

./smartypants.php, line 24
SmartyPants - Smart punctuation for web sites

Code

define('SMARTYPANTS_TAGS_TO_SKIP', '@<(/?)(?:pre|code|kbd|script|textarea|tt|math)[\\s>]@');