You are here

function smarty_modifier_smartypants in Typogrify 5

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

File

./smartypants.php, line 66

Code

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