Completed
Push — fix/restore-publicize-ui ( 84c4b3 )
by
unknown
06:15
created
modules/publicize/ui.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,6 +295,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.