You are here

function smarty_modifier_smartypants in Typogrify 6

Same name and namespace in other branches
  1. 5 smartypants.php \smarty_modifier_smartypants()
  2. 7 smartypants.php \smarty_modifier_smartypants()

File

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

Code

function smarty_modifier_smartypants($text, $attr = NULL) {
  return SmartyPants($text, $attr);
}