projects/plugins/jetpack/modules/likes/jetpack-likes-settings.php 1 location
|
@@ 721-723 (lines=3) @@
|
| 718 |
|
} |
| 719 |
|
} |
| 720 |
|
|
| 721 |
|
if ( $data['show'] = array_intersect( $data['show'], $shows ) ) { |
| 722 |
|
$options['global']['show'] = $data['show']; |
| 723 |
|
} |
| 724 |
|
} else { |
| 725 |
|
$options['global']['show'] = array(); |
| 726 |
|
} |
projects/plugins/jetpack/modules/sharedaddy/sharing-service.php 1 location
|
@@ 382-384 (lines=3) @@
|
| 379 |
|
} |
| 380 |
|
} |
| 381 |
|
|
| 382 |
|
if ( $data['show'] = array_intersect( $data['show'], $shows ) ) { |
| 383 |
|
$options['global']['show'] = $data['show']; |
| 384 |
|
} |
| 385 |
|
} |
| 386 |
|
|
| 387 |
|
update_option( 'sharing-options', $options ); |