You are here

function kwresearch_pluralize in Keyword Research 6

Same name and namespace in other branches
  1. 7 includes/stats_report.inc \kwresearch_pluralize()
1 call to kwresearch_pluralize()
kwresearch_format_report_links_value in includes/stats_report.inc

File

includes/stats_report.inc, line 401
Functions to generate the keyword stats report

Code

function kwresearch_pluralize($keyword) {
  return $keyword . 's';
}