Changeset 558 for trunk/b2trackback.php
- Timestamp:
- 11/25/2003 12:46:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2trackback.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2trackback.php
r555 r558 32 32 33 33 $pingstatus = $wpdb->get_var("SELECT ping_status FROM $tableposts WHERE ID = $tb_id"); 34 ++$querycount; 34 35 35 36 if ('closed' == $pingstatus) … … 87 88 } else { 88 89 $comment_ID = $wpdb->get_var('SELECT last_insert_id()'); 90 ++$querycount; 89 91 if ($comments_notify) 90 92 wp_notify_postauthor($comment_ID, 'trackback');
Note: See TracChangeset
for help on using the changeset viewer.