Skip to content

Instantly share code, notes, and snippets.

@kingpinzs
Created July 11, 2019 20:58
Show Gist options
  • Save kingpinzs/3b34b2a6853b37d158341a5ebf522556 to your computer and use it in GitHub Desktop.
Save kingpinzs/3b34b2a6853b37d158341a5ebf522556 to your computer and use it in GitHub Desktop.
Cool easy way to make words pleural in php
page<?= sizeof($disclosure_links) > 1 ? 's' : ''; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment