Twenty Twenty: Remove redundant echo
for bloginfo()
call in footer.php
.
Props acosmin. Fixes #48918. git-svn-id: https://develop.svn.wordpress.org/trunk@46849 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c96a56c223
commit
2de8f8b3cd
@ -25,7 +25,7 @@
|
|||||||
_x( 'Y', 'copyright date format', 'twentytwenty' )
|
_x( 'Y', 'copyright date format', 'twentytwenty' )
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php echo bloginfo( 'name' ); ?></a>
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>
|
||||||
</p><!-- .footer-copyright -->
|
</p><!-- .footer-copyright -->
|
||||||
|
|
||||||
<p class="powered-by-wordpress">
|
<p class="powered-by-wordpress">
|
||||||
|
Loading…
Reference in New Issue
Block a user