Changeset 2865 for trunk/wp-includes/functions-post.php
- Timestamp:
- 09/10/2005 10:44:14 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-post.php
r2833 r2865 155 155 if ($post_status == 'publish') { 156 156 do_action('publish_post', $post_ID); 157 if ($post_pingback )157 if ($post_pingback && !defined('WP_IMPORTING')) 158 158 $result = $wpdb->query(" 159 159 INSERT INTO $wpdb->postmeta
Note: See TracChangeset
for help on using the changeset viewer.