wp/wp-trackback.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-trackback.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-trackback.php	Tue Sep 27 16:37:53 2022 +0200
@@ -127,7 +127,7 @@
 
 	$dupe = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_author_url = %s", $comment_post_ID, $comment_author_url ) );
 	if ( $dupe ) {
-		trackback_response( 1, __( 'We already have a ping from that URL for this post.' ) );
+		trackback_response( 1, __( 'There is already a ping from that URL for this post.' ) );
 	}
 
 	$commentdata = compact( 'comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type' );