Smutty

MVC Framework

View Code: modifier.pluralize

Browse: All · Classes · Plugins

1
<?php
2
3
function smarty_modifier_pluralize( $phrase = "" ) {
4
5
return Smutty_Inflector::pluralize( $phrase );
6
7
}
8
9
?>

The code shown here is the code that is currently running this site. If you want to view the latest SVN version of the code then go to the Subversion repository.