Skip to content

Commit

Permalink
Updates code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Corso committed Jun 13, 2016
1 parent f2da831 commit 98dc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/generate-certificate.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function qsm_addon_certificate_generate_certificate( $quiz_results, $return_file
$content = nl2br( $content, false );
$pdf->WriteHTML( "<p align='center'>$content</p>" );

// Add background
// Add logo
if ( ! empty( $certificate_settings["logo"] ) ) {
$pdf->Image( $certificate_settings["logo"], 110, 130 );
}
Expand Down

0 comments on commit 98dc97c

Please sign in to comment.