Created
June 1, 2013 18:04
-
-
Save randyzwitch/5691198 to your computer and use it in GitHub Desktop.
Removing Comment Bubble from WordPress Twenty Eleven
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- <?php if ( comments_open() && ! post_password_required() ) : ?> | |
<div> | |
<?php comments_popup_link( '<span>' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?> | |
</div> | |
<?php endif; ?> --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment