1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Usage of release_date() in Changelog template

This commit is contained in:
Julien Pauli
2015-09-04 18:03:51 +02:00
parent f1dfe65bb2
commit 17928997ee

View File

@@ -46,7 +46,7 @@ while(($ln = fgets($fp)) !== false) {
echo <<<HEAD
<section class="version" id="$version"><!-- {{{ $version -->
<h3>Version $version</h3>
<b>$date</b>
<b><?php release_date($date); ?></b>
<ul>
HEAD;