Example #1
0
 </li>
 <?php 
 }
 ?>
 <?php 
 if (function_exists('get_recent_trackbacks')) {
     ?>
 <li>
   <h2>
     <?php 
     _e('Recent Trackbacks:');
     ?>
   </h2>
   <ul>
     <?php 
     get_recent_trackbacks();
     ?>
   </ul>
 </li>
 <?php 
 }
 ?>
 <?php 
 if (function_exists('ns_show_top_commentators')) {
     ?>
 <li>
   <h2>Top Commenters</h2>
   <ul>
     <?php 
     ns_show_top_commentators();
     ?>
 function widget_get_recent_trackbacks($args)
 {
     global $kjgrc_we_are_a_widget, $kjgrc_widget_args;
     $kjgrc_we_are_a_widget = TRUE;
     $kjgrc_widget_args = $args;
     get_recent_trackbacks();
 }