aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-02-21 19:45:33 -0500
committerHeckyel <heckyel@openmailbox.org>2017-02-21 19:45:33 -0500
commitdab789f117a0e16a76e9af83dac91b8ab7a279e9 (patch)
tree2fdbae53bf7966565fd09b6781f444a99f6c06aa
parent4b6b143b04a4d7eafecc67a6854a6c72e15c9ad9 (diff)
downloadlidra-theme-dab789f117a0e16a76e9af83dac91b8ab7a279e9.tar.lz
lidra-theme-dab789f117a0e16a76e9af83dac91b8ab7a279e9.tar.xz
lidra-theme-dab789f117a0e16a76e9af83dac91b8ab7a279e9.zip
generación de fecha nativo desde PHP
-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