Completed
Push — update/sync-home-siteurl-from-... ( 3e30cc...64d93f )
by
unknown
98:56 queued 91:04
created
modules/post-by-email.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
 	/**
176 176
 	 * Back end function to abstract the xmlrpc function calls to wpcom.
177 177
 	 *
178
-	 * @param $endpoint
178
+	 * @param string $endpoint
179 179
 	 * @param $error_message
180 180
 	 */
181 181
 	function __process_ajax_proxy_request( $endpoint, $error_message ) {
Please login to merge, or discard this patch.
sync/class.jetpack-sync-options.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -12,6 +12,9 @@
 block discarded – undo
12 12
 		$wpdb->query( $wpdb->prepare( "DELETE FROM $wpdb->options WHERE option_name = %s", $name ) );
13 13
 	}
14 14
 
15
+	/**
16
+	 * @param string $name
17
+	 */
15 18
 	static function update_option( $name, $value, $autoload = false ) {
16 19
 
17 20
 		$autoload_value = $autoload ? 'yes' : 'no';
Please login to merge, or discard this patch.