IN php...
This commit is contained in:
parent
c4e5f5c386
commit
8f0d32e212
|
@ -31,11 +31,11 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<span class="sep"> | </span>
|
<span class="sep"> | </span>
|
||||||
|
|
||||||
<?php printf( // WPCS: XSS ok.
|
<?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>' ); ?>
|
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.
|
(<?php printf( // WPCS: XSS ok.
|
||||||
/* translators:*/
|
/* translators:*/
|
||||||
esc_html__( 'Version: %1$s', 'understrap' ), $the_theme->get( 'Version' ) ); ?>)
|
esc_html__( 'Version: %1$s', 'understrap' ), $the_theme->get( 'Version' ) ); ?>)
|
||||||
</div><!-- .site-info -->
|
</div><!-- .site-info -->
|
||||||
|
|
||||||
|
|
Reference in New Issue