Make WordPress Core


Ignore:
Timestamp:
08/03/2005 12:40:42 AM (21 years ago)
Author:
matt
Message:

Adding some hooks, fixes #1489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-functions.php

    r2699 r2743  
    448448                        elseif(($test['path'] != '/') && ($test['path'] != ''))
    449449                                $post_links[] = $link_test;
     450                        do_action('pre_ping',  &$post_links, &$pung);
    450451                endif;
    451452        endforeach;
Note: See TracChangeset for help on using the changeset viewer.