Make WordPress Core

Changeset 569 for trunk/b2trackback.php


Ignore:
Timestamp:
12/05/2003 01:24:02 AM (23 years ago)
Author:
mikelittle
Message:

Removed $querycount. Added $wpdb->querycount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2trackback.php

    r558 r569  
    3232
    3333        $pingstatus = $wpdb->get_var("SELECT ping_status FROM $tableposts WHERE ID = $tb_id");
    34     ++$querycount;
    3534
    3635        if ('closed' == $pingstatus)
     
    8887        } else {
    8988                $comment_ID = $wpdb->get_var('SELECT last_insert_id()');
    90         ++$querycount;
    9189                if ($comments_notify)
    9290                        wp_notify_postauthor($comment_ID, 'trackback');
Note: See TracChangeset for help on using the changeset viewer.