Make WordPress Core

Changeset 558 for trunk/b2trackback.php


Ignore:
Timestamp:
11/25/2003 12:46:52 AM (22 years ago)
Author:
mikelittle
Message:

Missing querycount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2trackback.php

    r555 r558  
    3232
    3333    $pingstatus = $wpdb->get_var("SELECT ping_status FROM $tableposts WHERE ID = $tb_id");
     34    ++$querycount;
    3435
    3536    if ('closed' == $pingstatus)
     
    8788    } else {
    8889        $comment_ID = $wpdb->get_var('SELECT last_insert_id()');
     90        ++$querycount;
    8991        if ($comments_notify)
    9092            wp_notify_postauthor($comment_ID, 'trackback');
Note: See TracChangeset for help on using the changeset viewer.