Skip to content

Instantly share code, notes, and snippets.

@ashour
Created February 11, 2019 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashour/3ec01e1aaa6d17f1a8110b11786af69d to your computer and use it in GitHub Desktop.
Save ashour/3ec01e1aaa6d17f1a8110b11786af69d to your computer and use it in GitHub Desktop.
Code snippet for PhraseApp blog article
<?php printf(
_n('%d post', '%d posts', hmt_published_post_count(), 'handmadestale'),
hmt_published_post_count()
); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment