Make WordPress Core


Ignore:
Timestamp:
05/12/2004 07:55:37 AM (22 years ago)
Author:
saxmatt
Message:

Possible fix to pingback problem. Parse error in blog-header.

File:
1 edited

Legend:

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

    r1259 r1265  
    377377    if ($prev_status != 'publish' && $post_status == 'publish') {
    378378        generic_ping();
     379        if ($post_pingback) {
     380            pingback($content, $post_ID);
     381        }
    379382    } // end if moving from draft/private to published
    380383    if ($post_status == 'publish') {
Note: See TracChangeset for help on using the changeset viewer.