• There is an error in post.php in switch statement for ‘editpost’ case.

    Function ‘pingback’ must be called before do_trackback, just like it’s done in ‘post’ case.

    The reason for that is that function ‘trackback’ will update columns ‘pinged’ and ‘to_ping’ from ‘wpdb_posts table and after that there is nothing to do for function pingback.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘error in post.php at editpost’ is closed to new replies.