@@ -70,7 +70,7 @@ |
||
70 | 70 | * Retrieve one of the wpmautic options but sanitized |
71 | 71 | * |
72 | 72 | * @param string $option Option name to be retrieved (base_url, script_location). |
73 | - * @param mixed $default Default option value return if not exists. |
|
73 | + * @param string|false $default Default option value return if not exists. |
|
74 | 74 | * |
75 | 75 | * @return string |
76 | 76 | * |