Code Duplication    Length = 7-7 lines in 2 locations

modules/custom-post-types/portfolios.php 1 location

@@ 542-548 (lines=7) @@
539
		$atts['showposts'] = intval( $atts['showposts'] );
540
541
542
		if ( $atts['order'] ) {
543
			$atts['order'] = urldecode( $atts['order'] );
544
			$atts['order'] = strtoupper( $atts['order'] );
545
			if ( 'DESC' != $atts['order'] ) {
546
				$atts['order'] = 'ASC';
547
			}
548
		}
549
550
		if ( $atts['orderby'] ) {
551
			$atts['orderby'] = urldecode( $atts['orderby'] );

modules/custom-post-types/testimonial.php 1 location

@@ 551-557 (lines=7) @@
548
549
		$atts['showposts'] = intval( $atts['showposts'] );
550
551
		if ( $atts['order'] ) {
552
			$atts['order'] = urldecode( $atts['order'] );
553
			$atts['order'] = strtoupper( $atts['order'] );
554
			if ( 'DESC' != $atts['order'] ) {
555
				$atts['order'] = 'ASC';
556
			}
557
		}
558
559
		if ( $atts['orderby'] ) {
560
			$atts['orderby'] = urldecode( $atts['orderby'] );