Changeset 3427
- Timestamp:
- 01/11/2006 09:35:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r3393 r3427 635 635 elseif(($test['path'] != '/') && ($test['path'] != '')) 636 636 $post_links[] = $link_test; 637 do_action('pre_ping', array(&$post_links, &$pung));638 637 endif; 639 638 endforeach; 639 640 do_action('pre_ping', array(&$post_links, &$pung)); 640 641 641 642 foreach ($post_links as $pagelinkedto){
Note: See TracChangeset
for help on using the changeset viewer.