function smarty_modifier_smartypants in Typogrify 6
Same name and namespace in other branches
- 5 smartypants.php \smarty_modifier_smartypants()
- 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);
}