On Mon, 21 Nov 2016, Kalle Sommer Nielsen wrote: > Commit: 5cbeccbc73531360297d7270d9611093409f33e9 > Author: Kalle Sommer Nielsen <ka...@php.net> Mon, 21 Nov 2016 > 15:31:18 +0100 > Parents: bb71e9c1aa8807fb8852df066bc0f3f5397cfe58 > Branches: master > > Link: > http://git.php.net/?p=web/shared.git;a=commitdiff;h=5cbeccbc73531360297d7270d9611093409f33e9 > > Log: > Update copyright year, better late than never, right?
Why not just replace it with <?php echo date("y"); ?> - and what's wrong with the perfectly valid © char? cheers, Derick > > Changed paths: > M templates/footer.inc > > > Diff: > diff --git a/templates/footer.inc b/templates/footer.inc > index 81e9cab..0b2731c 100644 > --- a/templates/footer.inc > +++ b/templates/footer.inc > @@ -1,4 +1,4 @@ > -<?php > +<?php > /** > * Typical footer > * > @@ -24,7 +24,7 @@ $ROOT = substr($_SERVER["SERVER_NAME"], -8) == ".php.net" ? > "//shared.php.net" : > <footer> > <nav class="fullscreen"> > <ul> > - <li><a href="//php.net/copyright">Copyright © 2001-2015 The PHP > Group</a></li> > + <li><a href="//php.net/copyright">Copyright © 2001-2016 The PHP > Group</a></li> > <li><a href="//php.net/sites">Other PHP.net sites</a></li> > <li><a href="//php.net/privacy">Privacy policy</a></li> > </ul> > > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- https://derickrethans.nl | https://xdebug.org | https://dram.io Like Xdebug? Consider a donation: https://xdebug.org/donate.php twitter: @derickr and @xdebug
-- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php