aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--footer.php2
-rw-r--r--header.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/footer.php b/footer.php
index 9889caa..cd219b8 100644
--- a/footer.php
+++ b/footer.php
@@ -34,7 +34,7 @@ printf(
<div class="container">
<div class="row">
<div class="col-md-12">
- <p>Copyleft &copy; ' . get_bloginfo('name') . ' | ' . get_the_time('Y') . ' </p>
+ <p>Copyleft &copy; ' . get_bloginfo('name') . ' | ' . date('Y') . ' </p>
</div>
</div>
</div>
diff --git a/header.php b/header.php
index b1d9e5a..d3c2406 100644
--- a/header.php
+++ b/header.php
@@ -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