It is new year guys. Have you update the copyright year in your WordPress footer? Make sure it is year 2011 and not 2010. ๐
Here is a tip that you can use to automatically update the copyright year. Open up your footer.php theme file, and add this line:
The PHP date(‘Y’); function will display the current year so you don’t have to manually update the copyright year every year. ๐




