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
|
@@ 323-325 (lines=3) @@
|
320 |
|
} |
321 |
|
} |
322 |
|
|
323 |
|
if ( $data['show'] = array_intersect( $data['show'], $shows ) ) { |
324 |
|
$options['global']['show'] = $data['show']; |
325 |
|
} |
326 |
|
} |
327 |
|
|
328 |
|
update_option( 'sharing-options', $options ); |