Skip to content

Commit

Permalink
change doc. annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentComics committed Apr 12, 2017
1 parent 5d08c5b commit e62a858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions footer-lite.php
@@ -1,6 +1,6 @@
<?php
/**
* The template for displaying the footer for comics
* The template for displaying the single comics simplified footer
*
* Contains the closing of the #content div and all content after.
*
Expand All @@ -14,7 +14,7 @@

<div class="site-info">
&copy; <span class="site-name"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> <?php
$from_year = 2013;
$from_year = 2016;
$this_year = (int) date( 'Y' );
echo esc_html( $from_year . (($from_year !== $this_year) ? '-' . $this_year : '') );?>
<span class="sep"> | </span>
Expand Down

0 comments on commit e62a858

Please sign in to comment.