Code Duplication    Length = 5-5 lines in 2 locations

includes/misc-functions.php 2 locations

@@ 2059-2063 (lines=5) @@
2056
	$progress = apply_filters( 'give_goal_amount_funded_percentage_output', $progress, $form->ID, $form );
2057
2058
	// Define Actual Goal based on the goal format.
2059
	if ( 'percentage' === $goal_format ) {
2060
		$actual = "{$actual}%";
2061
	} else if ( 'amount' === $goal_format ) {
2062
		$actual = give_currency_filter( give_format_amount( $actual ) );
2063
	}
2064
2065
	// Define Total Goal based on the goal format.
2066
	if ( 'percentage' === $goal_format ) {
@@ 2066-2070 (lines=5) @@
2063
	}
2064
2065
	// Define Total Goal based on the goal format.
2066
	if ( 'percentage' === $goal_format ) {
2067
		$total_goal = '';
2068
	} else if ( 'amount' === $goal_format ) {
2069
		$total_goal = give_currency_filter( give_format_amount( $total_goal ) );
2070
	}
2071
2072
	$stats_array = array_merge(
2073
		array(