Last active
April 7, 2016 19:07
-
-
Save digitalinkwell/7ea496458b40c11483028ca1b294553f 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
<?php | |
printf( | |
__( 'Your color is %s.', 'sample-plugin' ), | |
$color | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment