Docs: Update Michael Heilemann's URL in a comment in `wp-includes/theme-compat/footer.php`.

Props ritterml, mukesh27.
Fixes #50171.
Built from https://develop.svn.wordpress.org/trunk@47798


git-svn-id: http://core.svn.wordpress.org/trunk@47574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-05-14 15:33:08 +00:00
parent 69adb593a2
commit 618329a750
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ _deprecated_file(
</div>
</div>
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>
<?php wp_footer(); ?>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47797';
$wp_version = '5.5-alpha-47798';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.