IN php...

This commit is contained in:
Holger Könemann 2017-04-16 11:47:14 +02:00
parent c4e5f5c386
commit 8f0d32e212
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ $container = get_theme_mod( 'understrap_container_type' );
<span class="sep"> | </span>
<?php printf( // WPCS: XSS ok.
/* translators:*/
/* translators:*/
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.
/* translators:*/
/* translators:*/
esc_html__( 'Version: %1$s', 'understrap' ), $the_theme->get( 'Version' ) ); ?>)
</div><!-- .site-info -->