--- a/wp/wp-includes/customize/class-wp-customize-themes-panel.php Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/customize/class-wp-customize-themes-panel.php Tue Dec 15 13:49:49 2020 +0100
@@ -71,8 +71,11 @@
<div class="accordion-section-title">
<span class="preview-notice">
<?php
- /* translators: %s: themes panel title in the Customizer */
- echo sprintf( __( 'You are browsing %s' ), '<strong class="panel-title">' . __( 'Themes' ) . '</strong>' ); // Separate strings for consistency with other panels.
+ printf(
+ /* translators: %s: Themes panel title in the Customizer. */
+ __( 'You are browsing %s' ),
+ '<strong class="panel-title">' . __( 'Themes' ) . '</strong>'
+ ); // Separate strings for consistency with other panels.
?>
</span>
<?php if ( current_user_can( 'install_themes' ) && ! is_multisite() ) : ?>