Changeset 2983 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 11/05/2005 04:20:09 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r2942 r2983 591 591 592 592 foreach($post_links_temp[0] as $link_test) : 593 if ( !in_array($link_test, $pung) ) : // If we haven't pung it already593 if ( !in_array($link_test, $pung) && url_to_postid($link_test) != $post_ID) : // If we haven't pung it already and it isn't a link to itself 594 594 $test = parse_url($link_test); 595 595 if (isset($test['query']))
Note: See TracChangeset
for help on using the changeset viewer.