Esempio n. 1
0
 /**
  * @global string $status
  * @param string $which
  * @return null
  */
 public function bulk_actions($which = '')
 {
     global $status;
     if (in_array($status, array('mustuse', 'dropins'))) {
         return;
     }
     parent::bulk_actions($which);
 }