@@ -398,6 +398,11 @@ discard block |
||
398 | 398 | /* Options Sync */ |
399 | 399 | |
400 | 400 | /* Ah... so much simpler than Posts and Comments :) */ |
401 | + |
|
402 | + /** |
|
403 | + * @param string $file |
|
404 | + * @param string $option |
|
405 | + */ |
|
401 | 406 | function options( $file, $option /*, $option, ... */ ) { |
402 | 407 | $options = func_get_args(); |
403 | 408 | $file = array_shift( $options ); |
@@ -506,6 +511,7 @@ discard block |
||
506 | 511 | |
507 | 512 | /** |
508 | 513 | * Returns default values of Constants |
514 | + * @param string $constant |
|
509 | 515 | */ |
510 | 516 | function default_constant( $constant ) { |
511 | 517 | switch ( $constant ) { |