Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created June 1, 2013 18:10
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/5691221 to your computer and use it in GitHub Desktop.
Save randyzwitch/5691221 to your computer and use it in GitHub Desktop.
Removing Powered By WordPress, Part 2
<!-- <?php do_action( 'twentyeleven_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment