modules/likes/jetpack-likes-settings.php 1 location
|
@@ 632-634 (lines=3) @@
|
| 629 |
|
} |
| 630 |
|
} |
| 631 |
|
|
| 632 |
|
if ( $data['show'] = array_intersect( $data['show'], $shows ) ) { |
| 633 |
|
$options['global']['show'] = $data['show']; |
| 634 |
|
} |
| 635 |
|
} else { |
| 636 |
|
$options['global']['show'] = array(); |
| 637 |
|
} |
modules/sharedaddy/sharing-service.php 1 location
|
@@ 329-331 (lines=3) @@
|
| 326 |
|
} |
| 327 |
|
} |
| 328 |
|
|
| 329 |
|
if ( $data['show'] = array_intersect( $data['show'], $shows ) ) { |
| 330 |
|
$options['global']['show'] = $data['show']; |
| 331 |
|
} |
| 332 |
|
} |
| 333 |
|
|
| 334 |
|
update_option( 'sharing-options', $options ); |