function kwresearch_pluralize in Keyword Research 7
Same name and namespace in other branches
- 6 includes/stats_report.inc \kwresearch_pluralize()
@todo Please document this function.
See also
1 call to kwresearch_pluralize()
- kwresearch_format_report_links_value in includes/
stats_report.inc - @todo Please document this function.
File
- includes/
stats_report.inc, line 456 - Functions to generate the keyword stats report
Code
function kwresearch_pluralize($keyword) {
return $keyword . 's';
}