Advertisement
Benunc

Untitled

Sep 22nd, 2014
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. // Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's name.
  2.     if ( $tag_list ) {
  3.         $utility_text = __( 'This entry was posted in %1$s and tagged %2$s<span class="date"> on %3$s</span><span class="by-author"> by %4$s</span>.', 'twentytwelve' );
  4.     } elseif ( $categories_list ) {
  5.         $utility_text = __( 'This entry was posted in %1$s<span class="date"> on %3$s</span><span class="by-author"> by %4$s</span>.', 'twentytwelve' );
  6.     } else {
  7.         $utility_text = __( 'This entry was posted<span class="date"> on %3$s</span><span class="by-author"> by %4$s</span>.', 'twentytwelve' );
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement