Created
May 17, 2016 23:18
-
-
Save amElnagdy/8a7dd4fa7e003aac717e1fed4cf73606 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _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