Make WordPress Core


Ignore:
Timestamp:
09/20/2015 08:48:28 AM (9 years ago)
Author:
ocean90
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/comments-popup.php

    r34342 r34351  
    3535<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>
    3636
    37 <?php if ( pings_open() ) { ?>
    38 <p><?php printf( __( 'The <abbr title="Universal Resource Locator">URL</abbr> to TrackBack this entry is: %s' ), '<em>' . get_trackback_url() . '</em>' ); ?></p>
    39 <?php } ?>
    40 
    4137<?php
    4238// this line is WordPress' motor, do not delete it.
     
    6460<?php if ( comments_open() ) { ?>
    6561<h2><?php _e('Leave a comment'); ?></h2>
    66 <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>
    6762
    6863<form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform">
Note: See TracChangeset for help on using the changeset viewer.