--- a/wp/wp-includes/theme-compat/footer.php Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/theme-compat/footer.php Tue Dec 15 13:49:49 2020 +0100
@@ -7,11 +7,11 @@
* This file is here for backward compatibility with old themes and will be removed in a future version
*/
_deprecated_file(
- /* translators: %s: template name */
+ /* translators: %s: Template name. */
sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
'3.0.0',
null,
- /* translators: %s: template name */
+ /* translators: %s: Template name. */
sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>
@@ -22,7 +22,7 @@
<p>
<?php
printf(
- /* translators: 1: blog name, 2: WordPress */
+ /* translators: 1: Blog name, 2: WordPress */
__( '%1$s is proudly powered by %2$s' ),
get_bloginfo( 'name' ),
'<a href="https://wordpress.org/">WordPress</a>'
@@ -32,7 +32,7 @@
</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(); ?>