Changeset 34351 for trunk/src/wp-includes/theme-compat/comments-popup.php
- Timestamp:
- 09/20/2015 08:48:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/comments-popup.php
r34342 r34351 35 35 <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> 36 36 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 41 37 <?php 42 38 // this line is WordPress' motor, do not delete it. … … 64 60 <?php if ( comments_open() ) { ?> 65 61 <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>67 62 68 63 <form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform">
Note: See TracChangeset
for help on using the changeset viewer.