Make WordPress Core

Ticket #2440: quick-pub.diff

File quick-pub.diff, 709 bytes (added by skeltoac, 19 years ago)
  • wp-admin/execute-pings.php

     
    2222        }
    2323}
    2424
     25generic_ping();
     26
    2527?>
  • wp-includes/default-filters.php

     
    8282add_filter('the_author', 'ent2ncr', 8);
    8383
    8484// Actions
    85 add_action('publish_post', 'generic_ping');
    8685add_action('wp_head', 'rsd_link');
    8786add_action('publish_future_post', 'wp_publish_post', 10, 1);
    8887
    89 ?>
    90  No newline at end of file
     88?>