diff options
-rw-r--r-- | footer.php | 2 | ||||
-rw-r--r-- | header.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ printf( <div class="container"> <div class="row"> <div class="col-md-12"> - <p>Copyleft © ' . get_bloginfo('name') . ' | ' . get_the_time('Y') . ' </p> + <p>Copyleft © ' . get_bloginfo('name') . ' | ' . date('Y') . ' </p> </div> </div> </div> @@ -27,7 +27,7 @@ printf(' @licstart The following is the entire license notice for the JavaScript code in this page. - Copyleft ' . get_the_time('Y') . ' | ' . get_bloginfo('name') . ' + Copyleft ' . date('Y') . ' | ' . get_bloginfo('name') . ' The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU |