Completed
Push — fix/slideshow-dependencies ( a328c8...25d99e )
by
unknown
12:50 queued 06:11
created
modules/publicize/ui.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -441,7 +441,7 @@  discard block
 block discarded – undo
441 441
 	 *
442 442
 	 * @param array $connections_data
443 443
 	 *
444
-	 * @return array {
444
+	 * @return string {
445 445
 	 *     Array of content for generating connection form.
446 446
 	 *
447 447
 	 *     @type string HTML content of form
@@ -544,6 +544,9 @@  discard block
 block discarded – undo
544 544
 		return ob_get_clean();
545 545
 	}
546 546
 
547
+	/**
548
+	 * @return string
549
+	 */
547 550
 	private function google_plus_shut_down_notice() {
548 551
 		return wp_kses(
549 552
 			sprintf(
Please login to merge, or discard this patch.