Twenty Twenty: Remove redundant echo for bloginfo() call in footer.php.

Props acosmin.
Merges [46849] to the 5.3 branch.
Fixes #48918.

git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46850 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-12-09 15:00:23 +00:00
parent ce8ec53850
commit 1512fc23bd

View File

@ -25,7 +25,7 @@
_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 class="powered-by-wordpress">