Make WordPress Core


Ignore:
Timestamp:
09/12/2006 05:45:23 PM (18 years ago)
Author:
ryan
Message:

do_action_ref_array(). fixes #3125

File:
1 edited

Legend:

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

    r4144 r4186  
    696696    endforeach;
    697697
    698     do_action('pre_ping',  array(&$post_links, &$pung));
     698    do_action_ref_array('pre_ping',  array(&$post_links, &$pung));
    699699
    700700    foreach ($post_links as $pagelinkedto){
Note: See TracChangeset for help on using the changeset viewer.