Index: trunk/phase3/includes/installer/CoreInstaller.php |
— | — | @@ -589,7 +589,8 @@ |
590 | 590 | /** |
591 | 591 | * Add an installation step following the given step. |
592 | 592 | * |
593 | | - * @param $callback Array A valid callback array, with name and callback given |
| 593 | + * @param $callback Array A valid installation callback array, in this form: |
| 594 | + * array( 'name' => 'some-unique-name', 'callback' => array( $obj, 'function' ) ); |
594 | 595 | * @param $findStep String the step to find. Omit to put the step at the beginning |
595 | 596 | */ |
596 | 597 | public function addInstallStep( $callback, $findStep = '' ) { |