Not a bug Copyright Outdated

Just do what I do and append this to the copyright...

Code:
<?php echo date("Y") ?>

So it would look something like this:

Copyright 2004 - 2014 XYZ Corporation

And the current year would change every year.
 
You are not permitted to change the copyright in any way.

It will be updated for the next release.
 
You are not permitted to change the copyright in any way.
On the 1.2x versions that I admin we always Edit Phrase: xenforo_copyright to add "Forum contents copyright<our companies>" after, and in addition to, the Xenforo copyright notice.

But it seems that on the 1.3 beta this change isn't possible. The database/admin cp reflects the change, the forum does not. As if the forum display ignores what's in the database.

Is this a new development, a beta-only thing, or have I just swallowed too much Oxycodone today?
 
The copyright in 1.3 has been moved to a template helper.

You can use the new extra_copyright phrase to add your own.
 
Top Bottom