batchaction( $pages, 'doArchive', _t(__CLASS__ . '.RESULT', 'Deleted %d pages from draft and live, and sent them to the archive') ); } public function applicablePages($ids) { return $this->applicablePagesHelper($ids, 'canArchive'); } }