Make WordPress Core


Ignore:
Timestamp:
09/10/2005 10:44:14 PM (20 years ago)
Author:
ryan
Message:

Don't ping when importing.

File:
1 edited

Legend:

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

    r2833 r2865  
    155155    if ($post_status == 'publish') {
    156156        do_action('publish_post', $post_ID);
    157         if ($post_pingback)
     157        if ($post_pingback && !defined('WP_IMPORTING'))
    158158            $result = $wpdb->query("
    159159                INSERT INTO $wpdb->postmeta
Note: See TracChangeset for help on using the changeset viewer.