Completed
Push — update/react-create-class ( 0b8d5b...481755 )
by
unknown
26:46 queued 17:20
created
modules/protect/blocked-login-page.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -326,6 +326,9 @@
 block discarded – undo
326 326
 		return $contents;
327 327
 	}
328 328
 
329
+	/**
330
+	 * @param string $message
331
+	 */
329 332
 	function display_page( $title, $message, $back_button = false, $recovery_form = false ) {
330 333
 
331 334
 		if ( ! headers_sent() ) {
Please login to merge, or discard this patch.
modules/widgets/goodreads.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -87,6 +87,9 @@
 block discarded – undo
87 87
 		echo $args['after_widget'];
88 88
 	}
89 89
 
90
+	/**
91
+	 * @param string $user_id
92
+	 */
90 93
 	function goodreads_user_id_exists( $user_id ) {
91 94
 		$url = "https://www.goodreads.com/user/show/$user_id/";
92 95
 		$response = wp_remote_head( $url, array( 'httpversion' => '1.1', 'timeout' => 3, 'redirection' => 2 ) );
Please login to merge, or discard this patch.