@@ -295,6 +295,9 @@ discard block |
||
| 295 | 295 | <?php endif; |
| 296 | 296 | } |
| 297 | 297 | |
| 298 | + /** |
|
| 299 | + * @param string $service_name |
|
| 300 | + */ |
|
| 298 | 301 | public static function options_page_other( $service_name ) { |
| 299 | 302 | // Nonce check |
| 300 | 303 | check_admin_referer( "options_page_{$service_name}_" . $_REQUEST['connection'] ); |
@@ -758,7 +761,7 @@ discard block |
||
| 758 | 761 | * |
| 759 | 762 | * @param array $connections_data |
| 760 | 763 | * |
| 761 | - * @return array { |
|
| 764 | + * @return string { |
|
| 762 | 765 | * Array of content for generating connection form. |
| 763 | 766 | * |
| 764 | 767 | * @type string HTML content of form |