Created
April 7, 2016 19:36
-
-
Save digitalinkwell/49ab1522c30209f65b65f807cad96341 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
printf( | |
_n( | |
'One comment', | |
'%s comments', | |
get_comments_number(), | |
'sample-plugin' | |
), | |
number_format_i18n( get_comments_number() ) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment