|
@@ 171-173 (lines=3) @@
|
| 168 |
|
|
| 169 |
|
$range = array(); |
| 170 |
|
// Only when we are sending the whole range do we want to send also the range |
| 171 |
|
if ( isset( $configs['posts'] ) && $configs['posts'] === true ) { |
| 172 |
|
$range['posts'] = $this->get_range( 'posts' ); |
| 173 |
|
} |
| 174 |
|
|
| 175 |
|
if ( isset( $configs['comments'] ) && $configs['comments'] === true ) { |
| 176 |
|
$range['comments'] = $this->get_range( 'comments' ); |
|
@@ 175-177 (lines=3) @@
|
| 172 |
|
$range['posts'] = $this->get_range( 'posts' ); |
| 173 |
|
} |
| 174 |
|
|
| 175 |
|
if ( isset( $configs['comments'] ) && $configs['comments'] === true ) { |
| 176 |
|
$range['comments'] = $this->get_range( 'comments' ); |
| 177 |
|
} |
| 178 |
|
|
| 179 |
|
/** |
| 180 |
|
* Fires when a full sync ends. This action is serialized |