
 .../public_html/wp-content/themes/pub/wporg-support/functions.php     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
index cbe4daf8..debf77b5 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
@@ -442,8 +442,8 @@ function wporg_support_add_moderation_notice() {
 
 	if ( $notices ) {
 		printf(
-			'<div class="bbp-template-notice %s"><p>%s</p></div>',
-			esc_attr( $notice_class ),
+            __( '<div class="bbp-template-notice %s"><p>%s</p></div>',
+			esc_attr( $notice_class ) ),
 			implode( '</p><p>', $notices )
 		);
 	}
-- 
2.12.0.windows.1

