Last active
August 17, 2016 14:39
-
-
Save MjHead/447d5a76bfd2a03fa566ba0efe2dabd0 to your computer and use it in GitHub Desktop.
sprintf example
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
return sprintf( | |
'<div class="info-block">%s</div><div class="info-block address"> <i class="material-icons">location_on</i>%s </div>', | |
__( 'If you can envision it, than we can build it!', 'builderry' ), | |
__( '11559 Ventura Boulevard, Studio City, CA 91604', 'builderry' ) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment