Adding version info to footer
This commit is contained in:
parent
54df91b9ff
commit
9e554e909c
|
@ -69,6 +69,7 @@ get_header(); ?>
|
|||
<!-- End Loop -->
|
||||
|
||||
</ul>
|
||||
|
||||
</main><!-- #main -->
|
||||
|
||||
</div><!-- #primary -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Reference in New Issue