Advertisement
grappler

Responsive Theme i18n

Aug 4th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1. <?php
  2.     printf( __( 'You can return %s or search for the page you were looking for', 'responsive' ),
  3.     sprintf( '<a href="%1$s" title="%2$s">%3$s</a>', home_url() . '/', esc_attr__( 'Home', 'responsive' ), _e( '&larr; Home', 'responsive' ) )
  4.     );
  5. ?>
  6.  
  7. <h6 id="pings"><?php printf( __( '%1$d %2$s for "%3$s"', 'responsive' ), $count, $txt, get_the_title() )?></h6>
  8.  
  9. <h3 class="title-404"><?php printf( __( 'Your search for %s did not match any entries', 'responsive' ), the_search_query() );?></h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement