modules/sharedaddy/sharing-service.php 1 location
|
@@ 301-303 (lines=3) @@
|
298 |
|
} |
299 |
|
} |
300 |
|
|
301 |
|
if ( $data['show'] = array_intersect( $data['show'], $shows ) ) { |
302 |
|
$options['global']['show'] = $data['show']; |
303 |
|
} |
304 |
|
} |
305 |
|
|
306 |
|
update_option( 'sharing-options', $options ); |
modules/likes.php 1 location
|
@@ 465-467 (lines=3) @@
|
462 |
|
} |
463 |
|
} |
464 |
|
|
465 |
|
if ( $data['show'] = array_intersect( $data['show'], $shows ) ) { |
466 |
|
$options['global']['show'] = $data['show']; |
467 |
|
} |
468 |
|
} else { |
469 |
|
$options['global']['show'] = array(); |
470 |
|
} |