This commit is contained in:
Prospress Inc
2018-07-19 12:14:08 +02:00
committed by Remco Tolsma
parent 5fb62b0e6a
commit 1039aec2d9
126 changed files with 13546 additions and 4169 deletions

View File

@@ -24,7 +24,6 @@ class ActionScheduler_Action {
/**
* @param string $hook
* @return void
*/
protected function set_hook( $hook ) {
$this->hook = $hook;
@@ -74,4 +73,3 @@ class ActionScheduler_Action {
return FALSE;
}
}