Theme Compat: Remove two strings from `comments-popup.php`.

`theme-compat/comments-popup.php` is a deprecated file. Instead of improving the strings in [34342] remove both superfluous paragraphs.

See #31867.

git-svn-id: https://develop.svn.wordpress.org/trunk@34351 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-09-20 08:48:28 +00:00
parent 857be1862b
commit ed82c7fb75
1 changed files with 0 additions and 5 deletions

View File

@ -34,10 +34,6 @@ while( have_posts()) : the_post();
<p><a href="<?php echo esc_url( get_post_comments_feed_link($post->ID) ); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.'); ?></a></p> <p><a href="<?php echo esc_url( get_post_comments_feed_link($post->ID) ); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.'); ?></a></p>
<?php if ( pings_open() ) { ?>
<p><?php printf( __( 'The <abbr title="Universal Resource Locator">URL</abbr> to TrackBack this entry is: %s' ), '<em>' . get_trackback_url() . '</em>' ); ?></p>
<?php } ?>
<?php <?php
// this line is WordPress' motor, do not delete it. // this line is WordPress' motor, do not delete it.
$commenter = wp_get_current_commenter(); $commenter = wp_get_current_commenter();
@ -63,7 +59,6 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie
<?php if ( comments_open() ) { ?> <?php if ( comments_open() ) { ?>
<h2><?php _e('Leave a comment'); ?></h2> <h2><?php _e('Leave a comment'); ?></h2>
<p><?php printf( __( 'Line and paragraph breaks automatic, e-mail address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: %s' ), '<code>' . allowed_tags() . '</code>' ); ?></p>
<form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform"> <form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform">
<?php if ( $user_ID ) : ?> <?php if ( $user_ID ) : ?>