Skip to content

Instantly share code, notes, and snippets.

@amElnagdy
Created May 17, 2016 23:18
Show Gist options
  • Save amElnagdy/8a7dd4fa7e003aac717e1fed4cf73606 to your computer and use it in GitHub Desktop.
Save amElnagdy/8a7dd4fa7e003aac717e1fed4cf73606 to your computer and use it in GitHub Desktop.
_n( $single, $plural, $number, $domain )
as
sprintf( _n('This page contains %d post.', 'This page contains %d posts.', $num_posts, 'theme_text_domain'), $num_posts );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment