Make WordPress Core


Ignore:
Timestamp:
08/30/2006 04:40:17 PM (20 years ago)
Author:
ryan
Message:

s/URI/URL/. Props Nazgul. fixes #2666

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-trackback.php

    r3928 r4133  
    8787    $dupe = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = '$comment_post_ID' AND comment_author_url = '$comment_author_url'");
    8888    if ( $dupe )
    89         trackback_response(1, 'We already have a ping from that URI for this post.');
     89        trackback_response(1, 'We already have a ping from that URL for this post.');
    9090
    9191    $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type');
Note: See TracChangeset for help on using the changeset viewer.