function smarty_modifier_smartypants in Typogrify 5
Same name and namespace in other branches
- 6 smartypants.php \smarty_modifier_smartypants()
- 7 smartypants.php \smarty_modifier_smartypants()
File
- ./
smartypants.php, line 66
Code
function smarty_modifier_smartypants($text, $attr = NULL) {
return SmartyPants($text, $attr);
}