diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/theme-compat/footer.php --- a/wp/wp-includes/theme-compat/footer.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/theme-compat/footer.php Mon Oct 14 18:28:13 2019 +0200 @@ -24,7 +24,7 @@ printf( /* translators: 1: blog name, 2: WordPress */ __( '%1$s is proudly powered by %2$s' ), - get_bloginfo('name'), + get_bloginfo( 'name' ), 'WordPress' ); ?>