@@ -786,6 +786,9 @@ |
||
786 | 786 | $this->options_save_other( 'google_plus' ); |
787 | 787 | } |
788 | 788 | |
789 | + /** |
|
790 | + * @param string $service_name |
|
791 | + */ |
|
789 | 792 | function options_save_other( $service_name ) { |
790 | 793 | // Nonce check |
791 | 794 | check_admin_referer( 'save_' . $service_name . '_token_' . $_REQUEST['connection'] ); |