Skip to content

Commit

Permalink
fix: assign to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Oct 30, 2023
1 parent 2ad6abe commit b51f250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ function give_totals_shortcode( $atts ) {
$form_ids = array_filter( array_map( 'trim', explode( ',', $atts['ids'] ) ) );
}

array_map(
$form_ids = array_map(
static function ($id) {
_give_redirect_form_id($id);

Expand Down

0 comments on commit b51f250

Please sign in to comment.