Ticket #24638: 24638-3.diff
File 24638-3.diff, 865 bytes (added by , 10 years ago) |
---|
-
wp-admin/edit-form-comment.php
91 91 <label class="spam"><input type="radio"<?php checked( $comment->comment_approved, 'spam' ); ?> name="comment_status" value="spam" /><?php /* translators: comment type radio button */ _ex('Spam', 'adjective'); ?></label> 92 92 </div> 93 93 94 <?php $whois_link = sprintf( 'http://whois.arin.net/rest/ip/%s', $comment->comment_author_IP ); ?> 95 96 <div class="misc-pub-section"> 97 <?php _e('IP address:'); ?> <a href="<?php echo esc_url($whois_link); ?>"><?php echo esc_html($comment->comment_author_IP); ?></a> 98 </div> 99 94 100 <div class="misc-pub-section curtime misc-pub-curtime"> 95 101 <?php 96 102 // translators: Publish box date format, see http://php.net/date