Code Duplication    Length = 5-5 lines in 2 locations

includes/misc-functions.php 2 locations

@@ 2072-2076 (lines=5) @@
2069
	$progress = apply_filters( 'give_goal_amount_funded_percentage_output', $progress, $form->ID, $form );
2070
2071
	// Define Actual Goal based on the goal format.
2072
	if ( 'percentage' === $goal_format ) {
2073
		$actual = "{$actual}%";
2074
	} elseif ( 'amount' === $goal_format ) {
2075
		$actual = give_currency_filter( give_format_amount( $actual ) );
2076
	}
2077
2078
	// Define Total Goal based on the goal format.
2079
	if ( 'percentage' === $goal_format ) {
@@ 2079-2083 (lines=5) @@
2076
	}
2077
2078
	// Define Total Goal based on the goal format.
2079
	if ( 'percentage' === $goal_format ) {
2080
		$total_goal = '';
2081
	} elseif ( 'amount' === $goal_format ) {
2082
		$total_goal = give_currency_filter( give_format_amount( $total_goal ) );
2083
	}
2084
2085
	$stats_array = array_merge(
2086
		array(