fix: [php7.2 compat] make 7.2 happy with no trailing comma in the funciton params

composer_fix
iglocska 2023-03-10 14:30:20 +01:00
parent ba63fc217f
commit e77a4fced7
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<br>
<?php
echo sprintf('<h5>%s</h5>',
__('You have been successfully logged out.'),
__('You have been successfully logged out.')
);
?>
</td>