Twenty Twenty: Remove redundant `echo` for `bloginfo()` call in `footer.php`.
Props acosmin. Fixes #48918. Built from https://develop.svn.wordpress.org/trunk@46849 git-svn-id: http://core.svn.wordpress.org/trunk@46649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dcf0cb68a2
commit
35985cbf38
|
@ -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">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-46845';
|
||||
$wp_version = '5.4-alpha-46849';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue