Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 11, 2021
1 parent 8adb738 commit fac18ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mt-reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ function mt_get_report_data_by_time() {
$cstring .= $v;
}
}
$c_value = apply_filters( 'mt_format_report_field', $cstring, get_post_meta( $post->ID, $name, true ), $post->ID, $name );
$c_value = apply_filters( 'mt_format_report_field', $cstring, get_post_meta( $post->ID, $name, true ), $post->ID, $name );
$custom_cells .= "<td class='mt_" . sanitize_title( $name ) . "'>$c_value</td>\n";
$custom_csv .= ",\"$c_value\"";
}
Expand Down

0 comments on commit fac18ee

Please sign in to comment.