Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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.     }