Needs work
Project:
iTunes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 00:53 UTC
Updated:
4 Aug 2009 at 14:00 UTC
I was thinking that some people might want to have their copyright updated every year (ie copyright 2005-!CurrentYear). A variable could be added as well as automatically adding the specific xml code for the copyright symbol.
Here's a patch that describes my thoughts. What do you think?
| Comment | File | Size | Author |
|---|---|---|---|
| itunes_copyrightvariables.patch | 973 bytes | JaredAM |
Comments
Comment #1
drewish commentedI don't think it makes sense to add the (c) by default, it's easy enough to copy paste it in and no sense forcing people to use it. I do like the year token... I'd rather sync up with view's current "token" standard and just use "[year]". We also shouldn't be using t() for user supplied data, let's just call strtr() directly.
Oh, if you attach a patch use the "needs review" or "needs work" status.