LightPressPlugin($frontend, $args, $dummy_run); } function hide() { return; } function run($hook, &$post) { if ($this->_last_day != $post['post_day']) { $this->_last_post['post_class_suffix'] = '_last'; $this->_last_day = $post['post_day']; } $this->_last_post =& $post; } } ?>