parent
88f9815234
commit
06e1546da8
17
footer.php
17
footer.php
|
@ -24,13 +24,15 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
<footer class="site-footer" id="colophon">
|
||||
|
||||
<div class="site-info">
|
||||
<a href="<?php echo esc_url( __( 'http://wordpress.org/','understrap' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'understrap' ),'WordPress' ); ?></a>
|
||||
<span class="sep"> | </span>
|
||||
<?php printf( // WPCS: XSS ok.
|
||||
esc_html__( 'Theme: %1$s by %2$s.', 'understrap' ), $the_theme->get( 'Name' ),
|
||||
'<a href="http://understrap.com/">understrap.com</a>' ); ?>
|
||||
(<?php printf( // WPCS: XSS ok.
|
||||
esc_html__( 'Version: %1$s', 'understrap' ), $the_theme->get( 'Version' ) ); ?>)
|
||||
/* translators:*/
|
||||
<a href="<?php echo esc_url( __( 'http://wordpress.org/','understrap' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'understrap' ),'WordPress' ); ?></a>
|
||||
<span class="sep"> | </span>
|
||||
/* translators:*/
|
||||
<?php printf( // WPCS: XSS ok.
|
||||
esc_html__( 'Theme: %1$s by %2$s.', 'understrap' ), $the_theme->get( 'Name' ), '<a href="http://understrap.com/">understrap.com</a>' ); ?>
|
||||
/* translators:*/
|
||||
(<?php printf( // WPCS: XSS ok.
|
||||
esc_html__( 'Version: %1$s', 'understrap' ), $the_theme->get( 'Version' ) ); ?>)
|
||||
</div><!-- .site-info -->
|
||||
|
||||
</footer><!-- #colophon -->
|
||||
|
@ -50,3 +52,4 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
Reference in New Issue