Adding version info to footer

This commit is contained in:
koenemann 2016-07-04 09:56:01 +02:00
parent 54df91b9ff
commit 9e554e909c
2 changed files with 30 additions and 28 deletions

View File

@ -69,6 +69,7 @@ get_header(); ?>
<!-- End Loop -->
</ul>
</main><!-- #main -->
</div><!-- #primary -->

View File

@ -24,6 +24,7 @@
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'understrap' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'understrap' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %1$s by %2$s.', 'understrap' ), 'understrap', '<a href="http://understrap.com/" rel="designer">understrap.com</a>' ); ?>
(<?php printf( __( 'Version', 'understrap' ) ); ?>: 0.4.6)
</div><!-- .site-info -->
</footer><!-- #colophon -->