You are here

function kwresearch_pluralize in Keyword Research 7

Same name and namespace in other branches
  1. 6 includes/stats_report.inc \kwresearch_pluralize()

@todo Please document this function.

See also

http://drupal.org/node/1354

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';
}