/**
  * Outputs the log views
  *
  * @access public
  * @since  1.0
  * @return void
  */
 public function bulk_actions($which = '')
 {
     give_log_views();
 }
 /**
  * Outputs the log views
  *
  * @access public
  * @since  1.0
  * @return void
  */
 function bulk_actions($which = '')
 {
     // These aren't really bulk actions but this outputs the markup in the right place
     give_log_views();
 }