@@ -24,7 +24,7 @@ |
||
24 | 24 | * Retrieves the option in standalone and multisite instances. |
25 | 25 | * |
26 | 26 | * @param string $option Name of option to retrieve. Expected to not be SQL-escaped. |
27 | - * @param mixed $default Optional. Default value to return if the option does not exist. |
|
27 | + * @param string|false $default Optional. Default value to return if the option does not exist. |
|
28 | 28 | * @return mixed Value set for the option. |
29 | 29 | */ |
30 | 30 | public static function get_option( $option, $default = false ) |