Make WordPress Core


Ignore:
Timestamp:
06/04/2004 02:49:40 AM (21 years ago)
Author:
rboren
Message:

Remove unnecessary call to generic_ping(). The publish_post action will take care of it. Props to hades. http://wordpress.org/support/4/6876

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r1355 r1386  
    385385    // are we going from draft/private to published?
    386386    if ($prev_status != 'publish' && $post_status == 'publish') {
    387         generic_ping();
    388387        if ($post_pingback) {
    389388            pingback($content, $post_ID);
Note: See TracChangeset for help on using the changeset viewer.