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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user