Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created June 1, 2013 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randyzwitch/5691295 to your computer and use it in GitHub Desktop.
Save randyzwitch/5691295 to your computer and use it in GitHub Desktop.
Removing even more WordPress code examples
/* if ( '' != $tag_list ) {
$utility_text = __( 'This entry was posted in %1$s and tagged %2$s by %5$s. Bookmark the permalink.', 'twentyeleven' );
} elseif ( '' != $categories_list ) {
$utility_text = __( 'This entry was posted in %1$s by %5$s. Bookmark the permalink.', 'twentyeleven' );
} else {
$utility_text = __( 'This entry was posted by %5$s. Bookmark the permalink.', 'twentyeleven' );
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment