function smarty_modifier_smartypants in Typogrify 7
Same name and namespace in other branches
- 5 smartypants.php \smarty_modifier_smartypants()
- 6 smartypants.php \smarty_modifier_smartypants()
Wrapper methode for SmartyPants.
File
- ./
smartypants.php, line 41 - SmartyPants - Smart punctuation for web sites
Code
function smarty_modifier_smartypants($text, $attr = NULL) {
return SmartyPants($text, $attr);
}