Changeset 956 for trunk/wp-trackback.php
- Timestamp:
- 03/01/2004 06:13:32 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-trackback.php
r914 r956 26 26 @header('Content-Type: text/xml'); 27 27 28 if (! $use_trackback)28 if (!get_settings('use_trackback')) 29 29 trackback_response(1, 'Sorry, this weblog does not allow you to trackback its posts.'); 30 30 … … 85 85 } else { 86 86 $comment_ID = $wpdb->get_var('SELECT last_insert_id()'); 87 if ( $comments_notify)87 if (get_settings('comments_notify')) 88 88 wp_notify_postauthor($comment_ID, 'trackback'); 89 89 trackback_response(0);
Note: See TracChangeset
for help on using the changeset viewer.