fix: remove unsupported constant
This commit is contained in:
parent
7e8db4267c
commit
b62f928b2b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="collapse navbar-collapse" id="SecondNavbar">
|
||||
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
|
||||
<li class="nav-item inactive">
|
||||
CC BY-SA 2013-<?php print(date(Y)); ?> <strong><?php bloginfo('name'); ?></strong>
|
||||
CC BY-SA 2013-<?php print(date('Y')); ?> <strong><?php bloginfo('name'); ?></strong>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Reference in a new issue