Changeset 53131 for trunk/src/wp-trackback.php
- Timestamp:
- 04/11/2022 11:40:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-trackback.php
r49108 r53131 128 128 $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 ) ); 129 129 if ( $dupe ) { 130 trackback_response( 1, __( ' We already havea ping from that URL for this post.' ) );130 trackback_response( 1, __( 'There is already a ping from that URL for this post.' ) ); 131 131 } 132 132
Note: See TracChangeset
for help on using the changeset viewer.