@@ -165,6 +165,9 @@ |
||
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 |