Advertisement
Guest User

theme Custominzr - sprintf

a guest
Jan 21st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. <br/>
  2. <?php if(is_home() && !is_paged()):?><div align="center">
  3. <span style="font-size: large;">
  4. <?php
  5. $line_break = "<br/>";
  6. sprintf( __('Yellow Bridge is an international knowledge center that inspires %s and supports small and medium organizations
  7. to improve their performance through sustainability.', [name of your text domain] ), $line_break );
  8. ?>
  9.  
  10. <br/></span></div><?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement