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

Changelog: do not confuse GH-xxx with #xxx bugs

Closes GH-619.
This commit is contained in:
Guilliam Xavier
2022-07-08 14:02:19 +02:00
committed by GitHub
parent 22ea1e2e6f
commit 2c3eb8db19

View File

@@ -24,7 +24,7 @@ function githubissue($repo, $number) {
}
function githubissuel($repo, $number) {
echo "<a href=\"https://github.com/$repo/issues/$number\">#$number</a>";
echo "<a href=\"https://github.com/$repo/issues/$number\">GH-$number</a>";
}
function release_date($in) {