Completed
Push — add/pwa ( f58d8e...eb2b03 )
by
unknown
15:08 queued 06:40
created
sync/class.jetpack-sync-listener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -165,6 +165,9 @@
 block discarded – undo
165 165
 		$queue->add_all( $data_to_enqueue );
166 166
 	}
167 167
 
168
+	/**
169
+	 * @param Jetpack_Sync_Queue $queue
170
+	 */
168 171
 	function enqueue_action( $current_filter, $args, $queue ) {
169 172
 		error_log("syncing $current_filter");
170 173
 		// don't enqueue an action during the outbound http request - this prevents recursion
Please login to merge, or discard this patch.
modules/pwa/pwa.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -143,6 +143,9 @@
 block discarded – undo
143 143
     }
144 144
 }
145 145
 
146
+/**
147
+ * @param integer $size
148
+ */
146 149
 function pwa_site_icon_url( $size ) {
147 150
     $url = get_site_icon_url( $size );
148 151
 
Please login to merge, or discard this patch.