From 696df14fc8f3cc45f9a8fd388dcace299273ec44 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 16 Jan 2013 21:43:54 -0500 Subject: [PATCH] Changed to 2013 Happy new year! --- plugin-boilerplate/plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-boilerplate/plugin.php b/plugin-boilerplate/plugin.php index b0311f1..231da83 100644 --- a/plugin-boilerplate/plugin.php +++ b/plugin-boilerplate/plugin.php @@ -9,7 +9,7 @@ Author URI: TODO Author Email: TODO License: - Copyright 2012 TODO (email@domain.com) + Copyright 2013 TODO (email@domain.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as @@ -178,4 +178,4 @@ class PluginName { } // end class // TODO: Update the instantiation call of your plugin to the name given at the class definition -$plugin_name = new PluginName(); \ No newline at end of file +$plugin_name = new PluginName();