Code Duplication    Length = 3-3 lines in 2 locations

modules/sharedaddy/sharing-service.php 1 location

@@ 303-305 (lines=3) @@
300
				}
301
			}
302
303
			if ( $data['show'] = array_intersect( $data['show'], $shows ) ) {
304
				$options['global']['show'] = $data['show'];
305
			}
306
		}
307
308
		update_option( 'sharing-options', $options );

modules/likes.php 1 location

@@ 462-464 (lines=3) @@
459
				}
460
			}
461
462
			if ( $data['show'] = array_intersect( $data['show'], $shows ) ) {
463
				$options['global']['show'] = $data['show'];
464
			}
465
		} else {
466
			$options['global']['show'] = array();
467
		}