예제 #1
0
 /**
  * Prepares and calls functions to send a trackback
  * Uses $h->post->id
  */
 public function sendTrackback()
 {
     require_once LIBS . 'Trackback.php';
     $trackback = new Trackback();
     return $trackback->sendTrackback($this);
 }