@@ -24,7 +24,7 @@ |
||
24 | 24 | * |
25 | 25 | * @see check_admin_page, check_airplane_mode, check_internet, check_splashbase |
26 | 26 | * |
27 | - * @return boolean Status of connection to Internet/Splashbase. |
|
27 | + * @return null|boolean Status of connection to Internet/Splashbase. |
|
28 | 28 | */ |
29 | 29 | public function test(){ |
30 | 30 |
@@ -306,6 +306,9 @@ |
||
306 | 306 | |
307 | 307 | } |
308 | 308 | |
309 | + /** |
|
310 | + * @param string $source |
|
311 | + */ |
|
309 | 312 | private function add_source( $fields, $source ){ |
310 | 313 | |
311 | 314 | if ( empty( $fields ) || empty( $source ) ){ |