Changeset 1616 for trunk/wp-includes/functions.php
- Timestamp:
- 09/07/2004 02:34:12 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1615 r1616 577 577 $wpdb->query("UPDATE $wpdb->posts SET to_ping = REPLACE(to_ping, '$tb_url', '') WHERE ID = '$ID'"); 578 578 return $result; 579 }580 581 // trackback - reply582 function trackback_response($error = 0, $error_message = '') {583 if ($error) {584 echo '<?xml version="1.0" encoding="utf-8"?'.">\n";585 echo "<response>\n";586 echo "<error>1</error>\n";587 echo "<message>$error_message</message>\n";588 echo "</response>";589 } else {590 echo '<?xml version="1.0" encoding="utf-8"?'.">\n";591 echo "<response>\n";592 echo "<error>0</error>\n";593 echo "</response>";594 }595 die();596 579 } 597 580
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)